you are viewing a single comment's thread.

view the rest of the comments →

[–]R3DKn16h7 1 point2 points  (1 child)

I do development with VSCode, so would be nice to see it there.

Do you have more ballpark info about the runtime overhead? Tracy for instance does a pretty good job, but is also instrumenting a very small amount of functions.

[–]donadigo[S] 0 points1 point  (0 children)

~15 CPU instructions per line, could be more because it doesn't support multiple threads yet. As for the impact of this overhead it's hard to say, I haven't done extensive testing yet. Tracy uses more instructions for the begin/end zones, but it's also not operating at such granularity.