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
- {$TICK,d} to show the current CPU tick count
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}
加载中,请稍侯......
精彩评论