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

771 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 82a9f50ac9 Properly adding on B for bytes units 2001-11-20 07:20:51 +00:00
dbaron%fas.harvard.edu e3b0d92e10 Add BloatTest2 option for trace-malloc leak/bloat stats test, and fix up a few more things with that test. b=84831 r=mcafee 2001-11-19 23:29:48 +00:00
dp%netscape.com 1cd7462ad8 split diff computation into a function 2001-11-19 17:33:51 +00:00
waterson%netscape.com aa3f89d43a Break runloop out of main, clean up and comment it a bit. 2001-11-19 03:05:51 +00:00
waterson%netscape.com ddef112f88 s/last_.*/limit/ to avoid confusion. 2001-11-19 02:49:29 +00:00
waterson%netscape.com d938aaf88b Fix off-by-one error in |decay|. 2001-11-19 02:47:42 +00:00
seawood%netscape.com 868ee2000a Remove components.reg before running regxpcom 2001-11-19 01:47:54 +00:00
mcafee%netscape.com c0497526d2 Add a label for bytes 2001-11-17 21:42:07 +00:00
dp%netscape.com 4b6ab4304f First version 2001-11-17 20:54:29 +00:00
mcafee%netscape.com 58a8a2c372 Adding client-side data reporting for bloat test. 2001-11-17 10:37:02 +00:00
mcafee%netscape.com 71efab458e Settings::BloatStats is old, retiring. use Settings::BloatTest instead. 2001-11-17 10:35:32 +00:00
mcafee%netscape.com 3a6b7fcf7e whitespace 2001-11-17 10:29:27 +00:00
mcafee%netscape.com 58972d338d switching to client-side reporting for startup test. 2001-11-17 06:05:40 +00:00
waterson%netscape.com 276f0305ea First checked in. 2001-11-17 05:33:22 +00:00
mcafee%netscape.com 5894043c47 report min value to graph server, to match reported number. 2001-11-16 20:24:01 +00:00
dbaron%fas.harvard.edu a00d28a56f Call the root 'malloc' rather than '.root' since there's no leak root detection going on here. 2001-11-16 09:00:26 +00:00
dbaron%fas.harvard.edu 36d5421360 Ignore the library/address part of the stack unless asked to use it. 2001-11-16 02:47:07 +00:00
blythe%netscape.com 02b77d697e NOT in normal build.
Have the tools build on windows, wether or not they work yet is another
issue.
2001-11-16 02:19:14 +00:00
cltbld%netscape.com 490246755c switching to report minimum time of the entire run. r=mcafee,dp 2001-11-16 01:13:34 +00:00
blythe%netscape.com 693a406cb1 Fix bug 108103, new tool SpaceTrace
SR,RS=brendan, SR=waterson, R=dbaron
2001-11-15 22:40:53 +00:00
alecf%netscape.com 32e65130fd better fixes to make bloatblame work on windows 2001-11-15 22:08:03 +00:00
alecf%netscape.com 71f3b85865 some changes required to get bloatblame building on windows 2001-11-15 20:29:28 +00:00
mcafee%netscape.com 96dbd433f2 Use TinderboxPrint mechanism for startup test. 2001-11-15 16:11:47 +00:00
dbaron%fas.harvard.edu f82e4f24f8 Oops, meant to remove that incorrect comment. 2001-11-15 07:44:59 +00:00
dbaron%fas.harvard.edu 5e93155c7e New, more portable (i.e., works for me, unlike the old code) Linux nsGetTypeName using dladdr. r=jag sr=waterson b=109829 2001-11-15 07:44:26 +00:00
dbaron%fas.harvard.edu 80411d645f Oops. Backing that out. 2001-11-14 21:44:45 +00:00
dbaron%fas.harvard.edu 749d0950a0 Add script to diff the output of two files created by NS_TraceMallocDumpAllocations. 2001-11-14 21:42:54 +00:00
dbaron%fas.harvard.edu 140635411e Add code for trace-malloc based leak/bloat test (but no option to enable yet). b=84831 r=mcafee 2001-11-14 05:35:25 +00:00
dp%netscape.com 57fd307737 fixed dup printing 2001-11-10 09:18:45 +00:00
dp%netscape.com 75af6fa4ef first version 2001-11-10 08:54:53 +00:00
law%netscape.com 320f0b97b4 New tools for measuring startup with a minimalist 'Navigator' 2001-11-10 02:40:13 +00:00
dp%netscape.com 120fbaa20c Better usage message. Ability to take args. 2001-11-09 19:16:04 +00:00
dp%netscape.com 36ead4cbf7 secs not ms 2001-11-09 16:54:22 +00:00
dp%netscape.com 52a39f5547 changed usage message 2001-11-08 07:45:32 +00:00
dp%netscape.com e42f46902f adding more formatting of prints 2001-11-08 07:44:12 +00:00
dp%netscape.com f9fc4cb2fe renaming startup-quick.pl to measure-simple.pl 2001-11-08 05:30:16 +00:00
dp%netscape.com 1a3daf39fd fixed unclosed html tag 2001-11-08 03:24:56 +00:00
dp%netscape.com 77107c0e72 first version 2001-11-08 03:24:26 +00:00
dp%netscape.com afa1fae21d first version 2001-11-07 23:19:53 +00:00
pchen%netscape.com 95188aab60 Add xul window open test 2001-11-03 05:17:56 +00:00
pchen%netscape.com 0619932edb Add test flag and timeout for xul window open test 2001-11-03 05:16:32 +00:00
waterson%netscape.com f5af6a6d9e More types. Remove JS stuff so we can account for it better. 2001-11-02 05:17:28 +00:00
waterson%netscape.com 72e7f91c8a Changes for the page loader test. r=mcafee 2001-11-02 01:35:13 +00:00
mcafee%netscape.com 00ecd66326 Adding --start-module=module functionality. Grouped some code into functions. Moved main to the bottom. TrueType for linux comment. 2001-11-01 02:14:08 +00:00
mcafee%netscape.com ac98f18cfc unhardcoding hostname 2001-10-30 21:31:00 +00:00
mcafee%netscape.com 8060db8e53 Adding support startup logging to server. r=jrgm 2001-10-30 07:34:34 +00:00
gerv%gerv.net 7923c2f2fa Change default license type. a=rginda. (Not part of the build.) 2001-10-29 22:48:07 +00:00
gerv%gerv.net 1db8f5ed84 Removing deprecated license types. a=rginda. (Not part of the build.) 2001-10-29 22:46:46 +00:00
gerv%gerv.net 7c79526064 Add tri-license license type. a=rginda. (Not part of the build.) 2001-10-29 22:46:01 +00:00
mcafee%netscape.com 70517a2b27 Adding --list-only option. Added Getopt library capability. r=akkana, sr=alecf 2001-10-22 23:32:11 +00:00
waterson%netscape.com ffd047defa More types! 2001-10-22 18:25:37 +00:00
waterson%netscape.com 47090066c3 Types, types! More types! 2001-10-22 00:07:26 +00:00
waterson%netscape.com 6c85a5b141 Add coverage and floating width. 2001-10-21 16:46:37 +00:00
mcafee%netscape.com 63f302f01a Adding AliveTestReturnToken(), extract_token_from_file() and supporting glue to iterate through the startup test and report an average time instead of just one time. 2001-10-19 06:23:23 +00:00
mcafee%netscape.com efb8ceab05 script to install tinderbox links for a tinderbox client. 2001-10-19 00:04:48 +00:00
mcafee%netscape.com 217d6c3718 cvsroot comments, update 2001-10-18 23:36:57 +00:00
seawood%netscape.com 85cca7c808 Check for makefiles before running make to avoid needless errors. sr=alecf 2001-10-16 23:44:12 +00:00
mcafee%netscape.com c21d07e00b Adding a normal perl header. r=alecf 2001-10-16 20:52:53 +00:00
waterson%netscape.com 5af9c22a13 Be sure to set default values\! 2001-10-16 15:45:41 +00:00
mcafee%netscape.com a3d371abf7 comments 2001-10-12 00:15:39 +00:00
mcafee%netscape.com e03ee88bb4 HiRes comment 2001-10-12 00:04:26 +00:00
mcafee%netscape.com a689aa5acc usage, allow for different exe names, e.g. mozilla or netscape or galeon 2001-10-12 00:02:32 +00:00
mcafee%netscape.com c32652a538 first attempt 2001-10-11 23:44:50 +00:00
mcafee%netscape.com da9fd4bbf4 Checking in copy of tools/tinderbox/gettime.pl, sorry for the copy. both places need this, I didn't want either to depend on the other copy. this shouldn't change too much, hope that's ok. 2001-10-11 23:34:31 +00:00
mcafee%netscape.com 40c34473db moved startup-test.html file, pointing at new location now. Assumes you're linking to this at the top level. 2001-10-11 23:14:18 +00:00
mcafee%netscape.com 9ca2c785d4 Copying this file from mozilla/build. r=jrgm,dp 2001-10-11 22:31:15 +00:00
waterson%netscape.com 9689115dcc Mmm, more types. 2001-10-10 03:32:41 +00:00
waterson%netscape.com bed3411465 More types! 2001-10-09 21:58:41 +00:00
waterson%netscape.com 98320cf036 Update types for code drift. 2001-10-09 17:11:25 +00:00
seawood%netscape.com 118fe7c835 Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not 2001-10-06 10:03:46 +00:00
seawood%netscape.com 6218b21501 Run regxpcom before tests to fix potential bustage caused by contractid changes since we do not autoreg opt builds 2001-10-06 09:12:29 +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
rginda%netscape.com 3359fd4d98 - not built -
use "long name" for displayName
2001-10-02 22:25:47 +00:00
rginda%netscape.com 1a51d5849c - not built -
fix chrome:author attribute
2001-10-01 21:13:50 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
rginda%netscape.com e37326495f fix seealso section 2001-09-28 00:43:23 +00:00
alecf%netscape.com a144f67930 fix strictness and remove the clustering for now and just color visited modules 2001-09-27 18:02:05 +00:00
seawood%netscape.com 4d0027ca39 Replace File::List with homegrown rfind(). sr=alecf
not part of the pull much less the build
2001-09-27 17:54:10 +00:00
dougt%netscape.com 5935143361 reverting 99248. r=shaver|brendan@mozilla.org 2001-09-27 03:52:45 +00:00
dbaron%fas.harvard.edu 3316d8ff52 Fix build bustage. Not part of the default build. b=99248 2001-09-27 00:43:32 +00:00
dougt%netscape.com d367501b1d uses strtok_r if avaliable. r=doug/cls, sr=rpotts, patch by drepper@cygnus.com. bug 99248 2001-09-25 23:31:27 +00:00
mcafee%netscape.com 33ac716846 Adding check for Time::HiRes for gettimeofday(), this perl package can give us 1ms resolution instead of default of 1s resolution. tbox instances will need to symlink in gettime.pl. 2001-09-25 01:36:11 +00:00
mcafee%netscape.com 35df625dea Time::HiRes wrapper, code=jrgm@netscape.com 2001-09-25 00:49:38 +00:00
mcafee%netscape.com 4434c6a76b switching to sourceforge cvs server, more in sync? 2001-09-22 22:05:58 +00:00
alecf%netscape.com ef89d24efe add url to GraphViz in the comments 2001-09-21 19:49:25 +00:00
alecf%netscape.com 47352d14e3 update with clustering ability and comments 2001-09-20 23:01:21 +00:00
jaggernaut%netscape.com dca733592b Clean up some of the die messages, only look for srcdirs which have "mozilla" or "ns" in them (shortcut around fancy Makefile parsing), emit one module per line. 2001-09-18 16:08:37 +00:00
alecf%netscape.com 2a9cc6a409 add some comments, clean up the generated graphs, etc 2001-09-18 05:46:45 +00:00
jaggernaut%netscape.com aa16a92c87 Allow this script to work on ns trees too, and have more helpful error reporting when no srcdir was found in a Makefile. 2001-09-14 18:45:30 +00:00
jaggernaut%netscape.com a7fbfda273 Oops, messed up the copyright in the license part, rectifying that. r=michel@rubberchicken.nl 2001-09-13 00:31:47 +00:00
alecf%netscape.com 5c606fad97 add platform support 2001-09-12 18:46:31 +00:00
jaggernaut%netscape.com 3175c8ebca Add perl script that cleans up the REQUIRES lines in Makefile.in files by removing module names which aren't "REQUIRE"d any longer. 2001-09-12 18:06:07 +00:00
dbaron%fas.harvard.edu 2017621c41 Oops. 2001-09-12 16:57:21 +00:00
dbaron%fas.harvard.edu efcb754050 Add script that uses gcc-generated dependency files to count the number of C/C++ files for which each header file is brought in. 2001-09-12 16:55:38 +00:00
alecf%netscape.com 168af9710b oops, comment out some code that I wasn't done with 2001-09-12 16:52:26 +00:00
alecf%netscape.com f4ce9b363c first time added
generates graphviz-style .dot files from REQUIRES/MODULE entries in makefiles
2001-09-12 16:51:11 +00:00
brendan%mozilla.org 567e35c2fc 1. Fix jsdhash/pldhash.[ch] so that add/remove cycles for a given k do not
create a long chain of removed sentinels.  Also, when adding k to a table
    where k is not mapped, but where k hashes to a chain that includes removed
    sentinels, recycle the first removed sentinel in the chain for k's entry.
2.  Cache cx->resolving till js_DestroyContext, to avoid high JSDHashTable
    new/destroy overhead in js_LookupProperty.
3.  Add NS_TraceStack to nsTraceMalloc.[ch] and clean the .c file up a bit.
2001-09-12 06:39:31 +00:00
mcafee%netscape.com 2e63297d8d Avoid stomping on build status when testing for Embed build status. One line change, rest is whitespace cleanup 2001-09-11 07:43:37 +00:00
mcafee%netscape.com edfcd79800 po/ChangeLog hack, for gettext bug 2001-09-10 09:07:29 +00:00
mcafee%netscape.com 50ea6429f0 Fixing some logic errors 2001-09-10 03:27:27 +00:00
mcafee%netscape.com 677cd08ce0 Backing out my change to avoid pulling by date on branches, my assertion that this didn't work was incorrect. thanks to cls for figuring this out. 2001-09-08 22:31:24 +00:00
cls%seawood.org 98867a9c42 Set MOZILLA_FIVE_HOME to use $binary dir on each loop 2001-09-08 21:37:06 +00:00
dbaron%fas.harvard.edu 03b8e91855 Move trace-malloc readers from mozilla/xpcom/base/ to mozilla/tools/trace-malloc/. Add a --shutdown-leaks option to nsTraceMalloc to dump, to the file given as an argument to the option, information about allocations still live at shutdown. Add a new trace-malloc reader (leakstats.c) to print leak statistics. b=84831 r=jag sr=brendan 2001-09-08 18:29:24 +00:00
mcafee%netscape.com 3a0465ae86 Fixing test for BuildTag, we weren't pulling by date in the normal case 2001-08-31 19:36:35 +00:00
mcafee%netscape.com fc6181609b Back to jrgm server, cowtools not ready yet. r=jrgm 2001-08-31 06:50:15 +00:00
mcafee%netscape.com f9bf549290 switching layout server. r=jrgm 2001-08-30 23:59:47 +00:00
mcafee%netscape.com 10b8c7ce4e Don't set date tag when branch tag is set. cvs currently only supports one tag. 2001-08-28 01:43:08 +00:00
bbaetz%cs.mcgill.ca bddfb98126 Add http regression test suite + harness. Requires python.
Not part of default pull or build.
2001-08-27 01:13:41 +00:00
mcafee%netscape.com e18dd366ba startup test note 2001-08-25 01:09:38 +00:00
mcafee%netscape.com e6f496ada3 Fix for rh7.1/jvm1.3.0 hang bug 2001-08-24 01:02:07 +00:00
mcafee%netscape.com 5cc4bffdad minor comment nit 2001-08-23 07:09:09 +00:00
mcafee%netscape.com 9f9fa8d6fe Set MOZILLA_FIVE_HOME for each build loop. reduce sleep time to 10sec for performance tests. debug printouts. 2001-08-23 04:59:55 +00:00
mcafee%netscape.com 199b81019b Adding java test, whitespace cleanup 2001-08-23 01:06:35 +00:00
mcafee%netscape.com c59dca5b3e moving cvsroot out to tinder-defaults.pl, getting rid of netscape default. Fixed a my variable so I can comment out the run_shell_command line for testing. 2001-08-20 22:45:25 +00:00
mcafee%netscape.com 2ecc85e62e minor stuff, comments, using right cvs command 2001-08-20 22:43:36 +00:00
cls%seawood.org 00721c0015 Removing hardcoded test for TestGtkEmbed as not all of our platforms build TestGtkEmbed by default 2001-08-17 08:12:31 +00:00
cltbld%netscape.com 2f20602b5a add fast-update 2001-08-16 22:05:06 +00:00
mcafee%netscape.com 7c19135274 Adding failure count 2001-08-16 02:50:16 +00:00
mcafee%netscape.com 8c7623fa5e status reporting, turning tests on 2001-08-16 02:48:40 +00:00
mcafee%netscape.com 59a97adcab Pass mozilla_dir to post-mozilla build. properly pull and build galeon source. 2001-08-14 06:36:41 +00:00
mcafee%netscape.com b1b1355e81 switch to TestGtkEmbed 2001-08-14 04:41:16 +00:00
mcafee%netscape.com 17bbe8f44f Removing dead build file 2001-08-13 22:21:57 +00:00
mcafee%netscape.com 2d0e000546 Removing abandoned embed build script 2001-08-13 22:18:09 +00:00
bryner%netscape.com 68a8cd8cf3 Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls. 2001-08-12 04:25:41 +00:00
cls%seawood.org 1df7af38af Fix dependencies for parallel builds 2001-08-06 04:36:26 +00:00
jrgm%netscape.com 9a276217f1 Initial checking. 2001-08-06 03:47:27 +00:00
brendan%mozilla.org 8c7c819206 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
cls%seawood.org 39e98a2e43 Replace use of alarm() with a simple counter as it's bad karma to mix sleep() & alarm() (so says the alarm() manpage). Makes BeOS tinderbox tests work when cycling. 2001-07-30 02:20:35 +00:00
cls%seawood.org 8e92b775ac Set LIBRARY_PATH & ADDON_PATH for BeOS. Explicitly call perl when running bloatdiff.pl 2001-07-27 20:51:26 +00:00
mcafee%netscape.com baf42938bc --disable-crash-dialog not implemented yet. 2001-07-22 02:03:53 +00:00
mcafee%netscape.com 6eb84a74ba Adding crash_recovery=0 comment for AliveTest. 2001-07-22 02:02:53 +00:00
rginda%netscape.com f02d64e0a3 fix regression in sample xul app 2001-07-20 23:47:11 +00:00
rogc%netscape.com 4ea7fa96e0 Updated trace-malloc tools. Updated type inferences in types.dat.
Enhanced type inference logic in TraceMalloc.pm to allow substack
matching so we can have fallback types.
b=62996,r=blizzard,sr=waterson.
2001-07-20 00:59:24 +00:00
waterson%netscape.com 0ddf48b3ba Remove copies of files that got moved to subdir. 2001-07-17 21:56:38 +00:00
mcafee%netscape.com a136605d16 post-mozilla.pl style method for building galeon 2001-07-17 17:57:57 +00:00
mcafee%netscape.com 4578efecdf Switching to return value for PostMozilla status. 2001-07-17 17:56:32 +00:00
mcafee%netscape.com aed9297eae simpler example 2001-07-17 01:15:11 +00:00
mcafee%netscape.com 6bd50674fc Sample post-mozilla.pl file, for doing post-mozilla (external) builds 2001-07-17 00:52:49 +00:00
mcafee%netscape.com 2df60602ac help messages for post-mozilla.pl 2001-07-16 23:13:52 +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
mcafee%netscape.com 92b4ad71ac Adding support for external, post-mozilla builds. 2001-07-16 20:23:52 +00:00
rogc%netscape.com ce47970433 Added heuristics for speculative RTTI for gnu 2.96 compilers.
b=62996,r=blizzard,sr=waterson.
2001-07-13 22:40:04 +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
mcafee%netscape.com bbc879213d comment: bloat tests need --enable-logrefcnt --enable-perf-metrics for opt. builds 2001-06-19 21:57:07 +00:00
mcafee%netscape.com 0ee846835d Automatically set BaseDir to cwd(), this avoids possibility of manual error and not finding mozconfig files properly. 2001-06-16 06:30:22 +00:00
mcafee%netscape.com 40c0fbae34 better defaults 2001-06-15 05:15:37 +00:00
mcafee%netscape.com 7137fc3a52 adding support for .mozconfig 2001-06-13 23:35:15 +00:00
mcafee%netscape.com 35a026e04b example configs 2001-06-04 22:26:20 +00:00
mcafee%netscape.com c27d528a6d Adding 586 case 2001-05-19 07:20:26 +00:00
cls%seawood.org 543f589ca0 Remove moz-smoke reference 2001-05-14 12:40:28 +00:00