bryner%uiuc.edu
dc2726b421
A small change to allow this to compile with newer glibc versions that don't define EM_486. r=alla@lysator.liu.se, a=brendan.
2000-09-05 01:23:37 +00:00
attinasi%netscape.com
8feb85ee9f
Checkin for Bindu's changes to the scripts to eliminate BuildID detection, and to change default drive to D. Not part of build.
2000-08-31 22:39:27 +00:00
waterson%netscape.com
7968871a5d
First checked in.
2000-08-30 00:16:58 +00:00
waterson%netscape.com
094d0a293f
First checked in.
2000-08-29 23:26:46 +00:00
brendan%mozilla.org
5387c4e16b
Add possibly-too-verbose NS_TraceMallocDumpAllocations and its JS window-level function, for leak and bloat analysis.
2000-08-29 01:52:13 +00:00
mcafee%netscape.com
55151cbc1d
don't need kernel version for linux/intel
2000-08-19 02:30:27 +00:00
attinasi%netscape.com
a53f262915
New Daily Run data: not part of build
2000-08-15 17:30:17 +00:00
warren%netscape.com
1b255eb6c4
Fixed formatting of output so that things line up again.
2000-08-10 23:20:07 +00:00
brendan%mozilla.org
53ef9c0ba4
Add captioned timestamp events, for JS storyboarding (not part of build).
2000-08-09 02:41:58 +00:00
attinasi%netscape.com
bb7821bf48
New weekly data: not part of build
2000-08-02 23:28:11 +00:00
mcafee%netscape.com
76734198f2
Avoid double slash problem when ObjDir is ''.
2000-08-01 23:17:59 +00:00
mcafee%netscape.com
1fa017e820
BranchTag was being ignored, moving the logic to BuildIt() function.
2000-08-01 22:40:53 +00:00
gagan%netscape.com
01e3f7007e
Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc.
2000-07-31 21:24:55 +00:00
cls%seawood.org
974de8c4b3
Some of our tinderbox machines are slow (understatement) so make the timeouts for bloat tests & dom conversions configurable, otherwise we'll never see green.
2000-07-31 04:03:03 +00:00
cls%seawood.org
12145e6d9d
Change requires to 5.003. Fixed scoping problems with 5.003. Fixed ambigious name use under 5.003. Set LIBPATH so AIX builds can run tests. Allow --depend/--clobber options to properly override tinder-config.pl settings. Add os_ver to default build name. Set BuildName & friends after args have been completely parsed.
2000-07-30 19:59:28 +00:00
cls%seawood.org
4122dbd6de
Only set CVSROOT using netscape.com address if CVSROOT is not already set. Change requires to 5.003
2000-07-30 19:54:16 +00:00
attinasi%netscape.com
6b6d0581db
Added more history data. Not part of build
2000-07-28 21:51:35 +00:00
brendan%mozilla.org
6bb2c26634
Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch].
2000-07-26 02:19:27 +00:00
brendan%mozilla.org
55ce126995
- Remove <unistd.h> include from bloatblame, it's no longer needed and the link(2) prototype it drags in was causing warnings whenever I used a local variable named 'link'.
...
- Use uint32 for all quantities, and double for all differences, so that we can overflow without breaking deltas such as (busy == allocs - frees). This doesn't help sorting, however: if one of the sort keys has overflowed past 0 just a bit, while the other is a very large unsigned number, beware.
- Separate graph link (half an edge, structurally speaking -- no per-edge stats) from graph edge, so that an edge is two links and some stats. This avoids bloat and copying in connect_nodes (which is soon to become generic and move to tmreader.[ch]).
- Factor data structures better: we now have {allocs,frees} x {bytes,calls} x {direct, total}, declaring the second set as struct tmallcounts and the third as tmcounts. So, for example, total number of calls to allocators would be allocs.calls.total; bytes freed directly by a graphnode (library, component, or method) would be frees.bytes.direct.
- Teach tmreader_eventloop about 'F' (TM_EVENT_FREE) events: it now updates the direct free byte and call counts for a method, its component, and its library when it reads the event. Of course, bloatblame ignores this info, because it is concerned only with bloat (total memory allocated).
- Right-align numbers in the first (trace-malloc stats) table.
2000-07-26 00:24:08 +00:00
attinasi%netscape.com
ed7c5ee408
Checkin of performance data: not part of any build
2000-07-24 19:14:36 +00:00
brendan%mozilla.org
02c5512498
Finish factoring tmreader from bloatblame; misc. clenaups (not part of build).
2000-07-21 20:42:15 +00:00
mcafee%netscape.com
c77af9f272
Ignore generated files
2000-07-15 15:56:34 +00:00
dbaron%fas.harvard.edu
beb701f8f4
"AUTHOR INFO HERE" isn't a very useful comment. Add author info.
2000-07-14 00:54:24 +00:00
dbaron%fas.harvard.edu
ace4b861d3
Add the refcount balancer to mozilla/tools so it can be maintained more easily. This tool was written by Chris Waterson with contributions by a number of other people. I modified the files being added here from the most recent versions on http://www.mozilla.org/performance/refcnt-balancer.html in the following ways:
...
1) add find-comptr-leakers.pl to find leaks in nsCOMPtr logs
2) allow make-tree.pl to subtract nsCOMPtr logs
2000-07-12 01:32:54 +00:00
brendan%mozilla.org
0d66d403b3
Make NS_TraceMallocShutdown idempotent just in case it's called more than once (doesn't affect default builds: #ifdef NS_TRACE_MALLOC).
2000-07-11 19:10:52 +00:00
warren%netscape.com
ca180c6d4d
Fixed monitor destructor because NS_TraceMallocShutdown is called twice. r=dbaron
2000-07-11 07:28:14 +00:00
brendan%mozilla.org
e419a66c7a
First cut at reusable trace-malloc logfile reader, factored from bloatblame.
2000-07-09 08:53:46 +00:00
blizzard%redhat.com
cd720072e0
remove Makefile since we have a Makefile.in that works a=brendan
2000-07-08 00:09:36 +00:00
dbaron%fas.harvard.edu
fc3dadcc58
Ignore the correct generated files (rather than the list copied from leaky).
2000-07-02 00:44:31 +00:00
brendan%mozilla.org
ca37059e30
Interim checkin: -u option for unified (-f and standard) output, down/next links for sorted subgraph navigation, some -j (js-mode) support.
2000-06-28 06:42:29 +00:00
brendan%mozilla.org
2eab0c4a26
Work around unsolved bug reported by rusty.lynch@intel.com.
2000-06-28 06:22:29 +00:00
cls%seawood.org
7766827f6f
Adding configure option --enable-elf-dynstr-gc. Bug #43357
2000-06-28 04:32:15 +00:00
gagan%netscape.com
762d0b1cd8
Not in the build. Allow POST requests to handle special cases too.
2000-06-27 22:10:27 +00:00
blizzard%redhat.com
d26a79973c
remove extra -lelf from the link line. make cvs shaddap. not part of the build.
2000-06-27 21:53:41 +00:00
cls%seawood.org
a987fc5d22
For whatever reason, just calling "do" on the tinder-config.pl script was not causing the defaults to be overriden, so we manually read & process tinder-config.pl as we did tinder-defaults.pl.
2000-06-27 12:21:46 +00:00
cls%seawood.org
7105100049
Ok, that was a stupid mistake
2000-06-26 19:23:36 +00:00
attinasi%netscape.com
cde29d43f0
Additional BuildID parsing needed by Bindu. Not part of build.
2000-06-23 00:18:09 +00:00
attinasi%netscape.com
5487b30e1d
Daily run added for 6-20. Not part of build
2000-06-22 22:03:24 +00:00
cls%seawood.org
1372f7334a
Prepend additional paths to LD_LIBRARY_PATH rather than overriding it.
...
Pass ConfigureEnvArgs to make.
2000-06-22 08:14:54 +00:00
cls%seawood.org
55e63f478a
Initial version. Bug #43357
2000-06-22 00:52:57 +00:00
brendan%mozilla.org
0cb0663247
Hoist loop invariant.
2000-06-21 18:03:34 +00:00
brendan%mozilla.org
543138903e
Comment fixes.
2000-06-21 18:03:01 +00:00
brendan%mozilla.org
155c1ab6f3
Fix skip-one-frame-too-many backtrace lossage; update TODO.
2000-06-21 17:59:30 +00:00
attinasi%netscape.com
d6f0794430
New Performance data: not part of build
2000-06-16 22:20:19 +00:00
blizzard%redhat.com
2a8eda960c
remove annoying ^Ms. not part of the build.
2000-06-14 19:57:25 +00:00
blizzard%redhat.com
22d1610e47
this is the most recent iteration of alex's tool. seems to work on an optimized build now.
2000-06-14 19:39:20 +00:00
blizzard%redhat.com
964a2fc92b
add .dynstr clean up tool from Alexander Larsson <alla@lysator.liu.se>. also add poor man's Makefile until this tool is finished. this is not part of the build.
2000-06-09 18:52:39 +00:00
brendan%mozilla.org
d6b3206fde
Sacred 80th column preservation, brendan-style case indentation (not part of default build).
2000-06-07 19:14:10 +00:00
attinasi%netscape.com
27d3151649
New script for down-and-dirty collection of performance data (author:waterson).
2000-06-02 00:53:52 +00:00
attinasi%netscape.com
d97b5af233
New daily run numbers. not part of build
2000-06-02 00:53:07 +00:00