284 Commits

Author SHA1 Message Date
Josh Wilson
8dc836436c i was a little overzealous in removing some report prefix parameters 2009-04-10 01:34:34 +00:00
Josh Wilson
1ea78fd02f adding ability to have multiple prefixes in report by specifying them in the Config.prc 2009-04-10 01:27:58 +00:00
Josh Wilson
1642d4163d updating report()'s to not require 'want-' or '-report' in the dConfigParam parameter 2009-04-09 01:16:59 +00:00
Darren Ranalli
5545aa6ce7 added safeTypeName and histogramDict 2009-02-12 22:09:44 +00:00
Darren Ranalli
6f5a7d0bc6 more leak detection 2009-02-07 00:00:02 +00:00
Darren Ranalli
4d319fa370 added configIsToday 2009-01-26 18:49:37 +00:00
Darren Ranalli
5d256052e6 added record-functor-creation-stacks config 2008-12-31 01:53:01 +00:00
Darren Ranalli
fb1aa31b78 stop using gc.DEBUG_SAVEALL (not necessary), GarbageReport output readability improvements 2008-12-05 01:50:55 +00:00
Darren Ranalli
04ed456dbe protect against changes to Python interface layer 2008-12-05 01:36:40 +00:00
Zachary Pavlov
f684291847 super log for direct! 2008-11-03 22:56:06 +00:00
Darren Ranalli
7d9cd570dc working FrameProfiler 2008-10-31 21:10:31 +00:00
Josh Wilson
f35ddbae39 better wrapping in report 2008-10-24 22:54:30 +00:00
David Rose
43a8a5ac7a move profile out of module scope 2008-10-23 17:57:56 +00:00
David Rose
9831c3b93f remove superFlattenShip, it doesn't belong here 2008-10-22 22:10:42 +00:00
Darren Ranalli
7bb3598712 groundwork for FrameProfiler 2008-10-22 00:20:09 +00:00
Darren Ranalli
c19665e627 added getRepository builtin 2008-10-21 18:58:58 +00:00
Darren Ranalli
eaa1318450 added ProfileSession, don't format profile output until it's requested 2008-10-02 02:00:34 +00:00
Darren Ranalli
a7f8a4af41 include max non-spike profile, added ~taskprofileflush/~aitaskprofileflush 2008-09-18 22:30:57 +00:00
Darren Ranalli
8bf2bdfa1f added RAM-file support to prevent disk access while profiling 2008-09-18 18:24:57 +00:00
Darren Ranalli
a3b9f73b87 doubled digits in profile filenames 2008-09-17 00:25:58 +00:00
Darren Ranalli
66d112fbe5 optimized imports in profile code 2008-09-16 21:25:16 +00:00
Darren Ranalli
6895e25221 added task profiler 2008-09-15 21:47:37 +00:00
Darren Ranalli
904d6cb128 improved readability of GarbageReport Python-syntax section 2008-09-12 01:14:37 +00:00
Darren Ranalli
36b6f93353 safeRepr prints class name before calling repr on C++ objects 2008-09-05 20:44:26 +00:00
Darren Ranalli
37c9bcdb56 display instance variables one level deep 2008-09-04 00:44:26 +00:00
Darren Ranalli
f40c53c0fc use notify for exceptionLogged output 2008-09-03 21:36:08 +00:00
Darren Ranalli
e79a864125 working exception variable dump 2008-09-03 21:16:09 +00:00
Redmond Urbino
189626a483 fix garbage report crash 2008-08-25 22:58:05 +00:00
Darren Ranalli
29b7a72de9 added deeptype, fixed itype for class instances, added maxLen=None for fastRepr 2008-07-28 20:58:32 +00:00
Darren Ranalli
498e7a826a enable ~profile outside of __dev__ 2008-07-02 06:30:16 +00:00
Darren Ranalli
b06bf4d776 added DestructiveScratchPad 2008-06-23 17:49:56 +00:00
Darren Ranalli
ad5749c61e added formatTimeCompact 2008-06-19 21:05:31 +00:00
Zachary Pavlov
c2aa7b17e4 new breakpointing system 2008-05-09 23:29:50 +00:00
Darren Ranalli
ba6a59d1dc reduced memory footprint for creation stack traces 2008-03-25 00:57:44 +00:00
Darren Ranalli
9dd90b0e8b added listToIndex2item and listToItem2index 2008-03-04 01:19:26 +00:00
Josh Wilson
529736be94 renaming DeveloperException to HierarchyException. Tweaking MiniLogSentry 2008-02-15 00:51:38 +00:00
Darren Ranalli
3de08e0553 added ArgumentEater.destroy 2008-02-06 23:09:08 +00:00
Darren Ranalli
be5b01b85e print Functor creation stacks before the exception stacktrace 2008-01-30 01:40:24 +00:00
Josh Wilson
627f2d0ff7 adding class DeveloperException 2008-01-15 21:36:08 +00:00
Darren Ranalli
75568bb885 added printReverseStack 2008-01-11 23:23:35 +00:00
Josh Wilson
3ff1c7a8a7 adding getShortestRotation(): useful for preventing spins in camera lerps 2008-01-10 19:54:20 +00:00
Darren Ranalli
596a1867c3 print Functor creation stacks after traceback in in __dev__ 2008-01-10 00:57:23 +00:00
Darren Ranalli
1892796e2a added printCreationStackTrace to Functors in __dev__ 2008-01-05 00:32:51 +00:00
Darren Ranalli
89638440e5 fixed FrameDelayedCall destroy/finish if callback already called, added destroy/finish to DelayedCall 2007-12-20 23:13:56 +00:00
Josh Wilson
276ebfa924 adding logBlock 2007-12-20 00:19:26 +00:00
Josh Yelon
e6cca5ec86 Changes for python 2.5 2007-12-08 21:49:14 +00:00
Josh Wilson
1d9814f00c adding MiniLog and MiniLogSentry classes. Use these to capture a complex process and print the result when complete. 2007-12-07 22:32:37 +00:00
Josh Wilson
0058ff9756 adding MiniLog and MiniLogSentry classes. Use these to capture a complex process and print the result when complete. 2007-12-07 19:12:38 +00:00
Darren Ranalli
8127bcb6b3 added 'safe' mode to GarbageReport for dealing with C++ crashes in __repr__ 2007-11-13 21:23:28 +00:00
Zachary Pavlov
a20301a2b5 faster tasks and network updates from objects 2007-10-16 23:49:18 +00:00