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

10 Коммитов

Автор SHA1 Сообщение Дата
nisheeth%netscape.com ee6b5053d3 Changes not part of build. Added a debug trace macro that outputs to the console only when DEBUG_STOPWATCH is defined. 1999-10-11 23:30:45 +00:00
nisheeth%netscape.com f0ef8df8d9 Not currently part of the build. Added a stack behind the save/restore timing macros. 1999-10-08 23:27:09 +00:00
briano%netscape.com 992f78498b Added a newline to the end of the file. Fix for Unix native compiler builds. 1999-09-24 21:47:16 +00:00
nisheeth%netscape.com c86c300246 a=chofmann, all changes are within an ifdef and are not being built by default
- Add ifdefs around the contents of the header file so that it doesn't get included multiple times.
- Change RAPTOR_STOPWATCH_TRACE macro to use a printf rather than NSPR logs until I figure out why the log isn't working.
1999-09-24 19:30:54 +00:00
nisheeth%netscape.com 5632c588a9 a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable. 1999-09-24 08:39:43 +00:00
nisheeth%netscape.com d58a65a956 - Change bool to PRBool in Stopwatch::Start()
- Add the NS_TIMER_STYLE_RESOLUTION define to nsITimeRecorder.idl
1999-09-20 08:21:01 +00:00
briano%netscape.com cdadcc9f51 Some platforms don't have 'bool' or 'true', so use PRBool and PR_TRUE instead. 1999-09-16 22:58:02 +00:00
nisheeth%netscape.com 71877ee89f - Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.
1999-09-15 00:27:56 +00:00
nisheeth%netscape.com d2a8566bed Added methods to save/restore the state of the stopwatch. 1999-09-14 14:32:42 +00:00
nisheeth%netscape.com 6f54432f56 Checking in initial version of stopwatch class. Not being built yet. 1999-08-05 05:07:58 +00:00