Changeset 4598848
- Timestamp:
- 06/01/15 04:56:55 (9 years ago)
- Branches:
- master
- Children:
- c49b79c
- Parents:
- 22f928f
- git-author:
- Hal Finkel <hfinkel@…> (06/01/15 04:56:55)
- git-committer:
- Hal Finkel <hfinkel@…> (06/01/15 04:56:55)
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Makefile
ra7b97b9 r4598848 18 18 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -fPIC -shared -o libmemlog.so memlog.cpp 19 19 20 install: all memlog 2dotREADME21 cp -a libmemlog.so memlog_s.o memlog 2dotREADME $(DESTDIR)/20 install: all memlog_analyze README 21 cp -a libmemlog.so memlog_s.o memlog_analyze README $(DESTDIR)/ 22 22 23 23 clean: -
README
r22f928f r4598848 29 29 use by running: 30 30 31 /path/to/memlog/memlog 2dot/path/to/HOST.PID.memlog31 /path/to/memlog/memlog_analyze /path/to/HOST.PID.memlog 32 32 33 33 this will generate files named HOST.PID.memlog.dot, HOST.PID.memlog.ps and … … 43 43 maximum resident set size, not just the total allocated heap memory. 44 44 45 memlog 2dotdepends on dot (from the graphviz package) and ps2pdf (from the45 memlog_analyze depends on dot (from the graphviz package) and ps2pdf (from the 46 46 ghostscript package), plus various tools from the binutils package. 47 47
Note: See TracChangeset
for help on using the changeset viewer.