Re: [GD-General] profiling multi threaded applications
Brought to you by:
vexxed72
From: Andras B. <and...@gm...> - 2005-07-20 20:49:57
|
Yeah, I have something similiar, except that it's hierarchical, so START and END can be nested, in which case it gets a bit trickier to use CriticalSections, but I think I could give that a try! thx, Andras Lewin, Gareth wrote: > You could have your START and END macros (I assume you use something > like that) include EnterCriticalSection and LeaveCriticalSection |