Граф коммитов

34 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 017d80c219 Increase max stack crawl from 100 to 500. r=jim_nance sr=waterson b=154752 2002-07-02 03:17:23 +00:00
dbaron%fas.harvard.edu e7f4661515 Print the library name when the library has no symbols. b=154752 r=jim_nance@yahoo.com sr=waterson 2002-07-02 03:16:44 +00:00
dbaron%fas.harvard.edu f7494f01b9 Add perl script for splitting jprof profiles into segments. 2002-06-18 22:35:05 +00:00
timeless%mac.com fc883176bf Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
dbaron%fas.harvard.edu 4dd151063c Add JP_APPEND option to JPROF_FLAGS for profiling of startup. b=102014 r=jag sr=brendan 2001-10-06 06:37:41 +00:00
waterson%netscape.com 0ddf48b3ba Remove copies of files that got moved to subdir. 2001-07-17 21:56:38 +00:00
dbaron%fas.harvard.edu 355bb62879 Make includes (-i) and excludes (-e) work. b=90755 r=jim_nance@yahoo.com sr=waterson 2001-07-16 20:44:07 +00:00
waterson%netscape.com 3749e165bb Bug 87215. Make jprof work right with the static build. r=cls, sr=leaf 2001-06-29 22:45:45 +00:00
dbaron%fas.harvard.edu db33e6668b Scripts shouldn't be in TARGETS, because it makes them be removed by 'make clean'. 2001-02-16 18:20:06 +00:00
dbaron%fas.harvard.edu 1eeeb5baba Fix objdir build bustage by not trying to install from the objdir a script that is in the srcdir. r=bryner 2001-02-16 03:39:57 +00:00
mcafee%netscape.com 3f9807111b Adding percentage column for flat profile, hits/totalhits. 2001-02-16 01:36:58 +00:00
mcafee%netscape.com 44594c303d Cleaning up html, strip libs warning 2001-02-15 22:22:52 +00:00
mcafee%netscape.com 2932879195 Adding doc links to output format, cleaning up some of the href UI. 2001-02-15 03:37:46 +00:00
mcafee%netscape.com 0b258b11a7 anchor tags #flat, #hier 2001-02-15 03:24:41 +00:00
mcafee%netscape.com 0c3a467407 Adding support for JP_REALTIME=1, which uses ALRM signal to start. 2001-02-15 03:03:04 +00:00
mcafee%netscape.com b7436693f1 Adding jprofsig helper script to make it easier to use jprof. Usage: jprofsig [start|stop] 2001-02-15 02:47:14 +00:00
sspitzer%netscape.com 17efaa59f7 fix spelling in comment. no bug #. 2001-02-01 00:29:40 +00:00
dbaron%fas.harvard.edu 74250e7a89 Ignore the correct generated files (rather than the list copied from leaky). 2000-07-02 00:44:31 +00:00
jim_nance%yahoo.com b93ff49b6f Updated docs to reflect Red Hat 6.2 testing 2000-05-29 19:31:29 +00:00
jim_nance%yahoo.com 400092a91f Fixed some compiler warnings.
This is not part of the default build.
2000-03-23 21:40:50 +00:00
dbaron%fas.harvard.edu 6636071f37 Fix makefile since libs phase no longer exists. 2000-03-16 17:54:10 +00:00
dbaron%fas.harvard.edu 395a29daab Belatedly take credit/blame for my changes. r=jim_nance@yahoo.com 2000-03-14 03:52:18 +00:00
dbaron%fas.harvard.edu 13f1939fea Document trick to make jprof work under RedHat 6.0. r=jim_nance@yahoo.com 2000-03-14 03:50:43 +00:00
jim_nance%yahoo.com a6e32ed7bd Documentation update 2000-02-23 02:51:39 +00:00
Jerry.Kirk%Nexwarecorp.com b24dada2da Updating for the Neutrino Platform. Not finished yet, still looking
for the "pcs" memmber in the malloc_log_entry structure.
2000-02-09 14:25:18 +00:00
dbaron%fas.harvard.edu 6d02e8252e Update the jprof documentation.
r=jim_nance@yahoo.com
2000-02-03 14:42:27 +00:00
dbaron%fas.harvard.edu 9d516e19e4 Fix JP_DEFER so it works without JP_START as well.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 14:41:39 +00:00
dbaron%fas.harvard.edu 35b4d18915 Add two small new features to jprof:
1) Allow a SIGUSR1 to stop profiling, so that shutdown need not be included in profiles.  (The log file is not closed, so it can't be used to generate multiple profiles in one run.  That could be changed, though.)
2) Add a JP_REALTIME option that does the profiling in terms of real time elapsed rather than time used for execution by the mozilla process (and in the kernel for the process).  This allows profiling to detect how much time is being spent in the X server.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:35:53 +00:00
dbaron%fas.harvard.edu 37281f5a41 Fix the jprof makefile so that the libs are actually installed in the libs phase (like they are in makefiles that use rules.mk). Therefore, compiling a fresh or clobber build after building jprof will no longer fail when building the mozilla executable.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:29:26 +00:00
dbaron%fas.harvard.edu ad9c0d970c A fix (which can be enabled with a #define) to make jprof work on a RedHat 6.0 system (as opposed to 6.1). There seem two be two differences: some of the parameters are not passed correctly to the signal handler, and there is a trampoline on the stack with an address greater than 0x7fffffff.
r=jlnance
Not part of default build.
2000-01-31 21:32:10 +00:00
jim_nance%yahoo.com 0fac9f060e Fixed documentation problem with units of JP_PERIOD 2000-01-29 20:39:48 +00:00
jim_nance%yahoo.com e798bb0673 Print message to stdout on first timer tick.
Feature request from cbegle
r=cbegle
2000-01-28 02:21:38 +00:00
jim_nance%yahoo.com c66631d5d1 Enhanced jprof documentation and code.
This is not part of the default build.
2000-01-25 02:46:30 +00:00
shaver%netscape.com 04d9dc7a3f import jprof for jlnance 2000-01-18 03:43:26 +00:00