www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - profiling in heavily concurrent D2

reply Stephan <spam extrawurst.org> writes:
As the manual states the profiler in dmd does not support multithreaded 
applications, i suggest to change that sometime soon since D2 is 
targeting concurrent application development in particular.

Walter, where does that profiler come from and is it possible/hard to 
make it threadsafe ?
Jan 25 2010
next sibling parent Jason House <jason.james.house gmail.com> writes:
Stephan Wrote:

 As the manual states the profiler in dmd does not support multithreaded 
 applications, i suggest to change that sometime soon since D2 is 
 targeting concurrent application development in particular.
 
 Walter, where does that profiler come from and is it possible/hard to 
 make it threadsafe ?
You can always use other free profiling tools such as cachegrind.
Jan 25 2010
prev sibling parent Walter Bright <newshound1 digitalmars.com> writes:
Stephan wrote:
 Walter, where does that profiler come from
I wrote it 20 years ago (!)
 and is it possible/hard to make it threadsafe ?
Unknown difficulty.
Jan 25 2010