google / sawbuck

Automatically exported from code.google.com/p/sawbuck
107 stars 40 forks source link

Write an exe to capture call traces #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The bat files are awkward and on Windows XP there seems to be no way to 
instruct logman to capture with perf or CPU clock time resolution. This is 
better done with a small command line tool, or with an export on call_trace.dll 
that can be invoked with rundll32.

Original issue reported on code.google.com by siggi@chromium.org on 22 Mar 2011 at 7:26

GoogleCodeExporter commented 8 years ago
Fixed as of http://code.google.com/p/sawbuck/source/detail?r=247, which exposes 
an export on call_trace.dll that can be invoked with rundll32, e.g.
rundll32 call_trace.dll,BeginCallTrace

Original comment by siggi@chromium.org on 6 Apr 2011 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by siggi@chromium.org on 6 Apr 2011 at 9:07