[ANN] tracy-profiler-0.1.0.0

Ever wanted to get some real incomprehensible charts that look cool?

With the new package, some instrumentation code, and an external viewer now you can make them too.

The initial release only covers the core functionality and intended to collect feedback on stability, perf impact, ergonomics and things like that.

You’re invited to take a look at the code and implement more of it.
It should be relatively easy even for a newcomer, despite dealing with all that “foreign” stuff.

16 Likes

Just curious: is there a reason for the “foreign” stuff to be ccall and not capi?

I wasn’t using its macros (they’ll point to a wrong location) so I decided to just stick with ccalls.
Is there any other benefit from a wrapper around a pretty boring call?

1 Like

Ever wanted to get some real incomprehensible charts that look cool?

Why yes, incomprehensible charts that look cool are a vital part of convincing myself and my clients that I am, in fact, making progress. (Sarcasm. Totally…)

3 Likes