241 Commits

Author SHA1 Message Date
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
Darren Ranalli
a5502e3b43 POD: fixed compilation of DataSet wrt inheritance, removed unnecessary getter default value handling, better documentation, more testing 2007-10-11 23:13:44 +00:00
Joe Shochet
3000263819 opt for decorator when in production 2007-10-01 05:24:32 +00:00
Darren Ranalli
2ac571f424 added assertable setTrace 2007-09-20 20:44:21 +00:00
Josh Wilson
4624cd0107 added 'xform' parameter to report 2007-09-19 00:46:31 +00:00
Darren Ranalli
c9a30b710f added report to builtin 2007-08-24 19:19:21 +00:00
David Rose
e4ba1d426a whoops, can't import libpandaexpressModules at the top 2007-08-07 14:52:56 +00:00
David Rose
55a769760d attempt to work around showbase startup order issue 2007-08-06 20:41:20 +00:00
Josh Wilson
2623432189 "added 'module' option" 2007-07-17 19:17:48 +00:00
Joe Shochet
0f53bb4b55 *** empty log message *** 2007-07-16 22:11:16 +00:00
Greg Wiatroski
7d8ec647e4 Clean up import syntax 2007-06-28 22:21:42 +00:00
Justin Butler
96d5b27bb7 Fixed task name generation for SubframeCall for my prevously added cleanup code. 2007-06-28 02:35:08 +00:00
Zachary Pavlov
f2f61a626c moved profiling code into showbase for a more reasonable access 2007-06-25 21:23:19 +00:00
Justin Butler
8c0f73dfca Added cleanup method to SubframeCall 2007-06-21 02:27:24 +00:00
Darren Ranalli
22bd600524 added SubframeCall 2007-06-19 23:59:50 +00:00
Zachary Pavlov
4eee3a23e9 no hotshot 2007-06-01 00:02:39 +00:00
Zachary Pavlov
b62e15207c oops, missed som formatting and calibration issues 2007-05-30 02:40:57 +00:00
Zachary Pavlov
582acfb7b9 better profiling option 2007-05-30 01:18:44 +00:00
Zachary Pavlov
5d7d58a5bc new profiler options 2007-05-30 00:15:04 +00:00
Zachary Pavlov
16ee78a4be more accurate timing 2007-05-24 19:02:56 +00:00
Zachary Pavlov
a2a8f7297f better profiled function, with capabilities for production 2007-05-24 02:11:24 +00:00
Darren Ranalli
33d2e386b8 use classmethod, more concise Functor.__call__ implementation 2007-05-18 22:43:33 +00:00
Darren Ranalli
46ea4b8474 improved ~objects 2007-05-18 21:45:15 +00:00
Darren Ranalli
f146e74f9c reduced ParamObj memory usage 2007-05-15 21:38:33 +00:00
Darren Ranalli
bc11859271 reduced ParamObj memory usage, fixed bug in param setter/getPriorValue 2007-05-14 23:08:19 +00:00
Joe Shochet
09e7a09fb2 dont create a new name for Functors to save memory 2007-05-13 17:42:40 +00:00
Darren Ranalli
14fef89ca9 setTrace->set_trace 2007-05-08 06:20:23 +00:00
Darren Ranalli
12d0fc68c0 pdb is not published, don't crash in production 2007-05-07 23:31:47 +00:00
Darren Ranalli
139e6daa6f setTrace and pm, removed unnecessary assert utils 2007-05-04 22:23:50 +00:00
Josh Wilson
988f9d0816 added persistent breakPts for HotKeyBreaker 2007-05-02 22:37:34 +00:00
Asad M. Zaman
ca36b0fe57 Josh: made some changes to the breakpoint code 2007-05-02 18:05:01 +00:00
Josh Wilson
2787296f8c "extended HotkeyBreaker, made report more intelligent about when to wrap" 2007-05-02 04:08:09 +00:00
Darren Ranalli
7e62ef430f added choice, put try/accept in fastRepr 2007-04-26 01:17:46 +00:00
Darren Ranalli
aa1193a076 added new items to __all__ 2007-04-18 09:35:58 +00:00
Darren Ranalli
c6fdac34e3 put StackTrace in __builtin__ 2007-04-18 05:34:28 +00:00
Darren Ranalli
09926188fd prevent infinite iteration in flywheel 2007-04-18 00:59:10 +00:00
Darren Ranalli
89278bf460 added nullGen, loopGen, flywheel 2007-04-17 06:48:11 +00:00
Josh Wilson
71235ae279 "changed order of prefix, added documentation to report" 2007-04-12 19:18:46 +00:00
Darren Ranalli
b3f7067483 break ParamObj garbage cycle 2007-04-10 02:32:48 +00:00
Darren Ranalli
b6cafaa582 put safeRepr and fastRepr in __builtin__ 2007-04-09 07:26:16 +00:00
Darren Ranalli
a463d3cffe added getBase to __builtin__ 2007-04-06 12:37:35 +00:00
Josh Wilson
dd2b5cd97c adjust way we use dConfigParam in report 2007-03-19 20:57:45 +00:00
Josh Wilson
41c519ad20 added prefix and network time (deltaStamp) reporting to report() 2007-03-13 23:41:16 +00:00
Darren Ranalli
1e5fdf94f6 added ~objectcount and ~aiobjectcount 2007-03-07 03:40:22 +00:00