Changeset 4598848


Ignore:
Timestamp:
06/01/15 04:56:55 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
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)
Message:

rename memlog2dot to memlog_analyze

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile

    ra7b97b9 r4598848  
    1818        $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -fPIC -shared -o libmemlog.so memlog.cpp 
    1919 
    20 install: all memlog2dot README 
    21         cp -a libmemlog.so memlog_s.o memlog2dot README $(DESTDIR)/ 
     20install: all memlog_analyze README 
     21        cp -a libmemlog.so memlog_s.o memlog_analyze README $(DESTDIR)/ 
    2222 
    2323clean: 
  • README

    r22f928f r4598848  
    2929use by running: 
    3030 
    31   /path/to/memlog/memlog2dot /path/to/HOST.PID.memlog 
     31  /path/to/memlog/memlog_analyze /path/to/HOST.PID.memlog 
    3232 
    3333this will generate files named HOST.PID.memlog.dot, HOST.PID.memlog.ps and 
     
    4343maximum resident set size, not just the total allocated heap memory. 
    4444 
    45 memlog2dot depends on dot (from the graphviz package) and ps2pdf (from the 
     45memlog_analyze depends on dot (from the graphviz package) and ps2pdf (from the 
    4646ghostscript package), plus various tools from the binutils package. 
    4747 
Note: See TracChangeset for help on using the changeset viewer.