maborg
maborg

Reputation: 516

TRACEPOINT in visual studio : have you some tricks to share?

TRACEPOINT are so useful and I use them often but I still suspect i'm missing some trick-macro?-

Suggestions ?


results

  1. {$TICK,d} to show the current CPU tick count

Upvotes: 0

Views: 1124

Answers (1)

AntonyW
AntonyW

Reputation: 2424

The VS dialog box doesn't mention that you can use $TICK for the current CPU tick count and $FILEPOS for the current file position.

To get the $TICK value to appear in decimal instead of hex, use {$TICK,d}

Upvotes: 3

Related Questions