Log in

View Full Version : Exporting Hit trace data


Anonymous
October 6th, 2003, 14:22
Is there any way to export/log only lines hit on a hit trace to a file? I want to be able to use a perl script to analyze those lines.

Unfortunately, copying the entire disassembly to a file does not copy the hit trace highlighting, or I could filter out the non-hit lines. Manually copying them out is not an option when tens of thousands of lines have been hit.

Thanks in advance.

Anonymous
October 7th, 2003, 05:21
no, but what you can do is right click in the window and select "log to file"

Anonymous
October 7th, 2003, 06:57
You can do that for run trace, yes.

I'm talking about hit trace. Run trace is kind of useless when the messaging and rendering code running every frame makes it 1.2 million lines long(yes, that is the actual length of the run trace I tried). Hit trace is much more manageable because only 10's of thousands of lines are getting hit.

However, if the only way to gain access to hit trace data is to look for the little red highlights manually, it's even more useless.