You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's not very clear for beginners how to use this library. Is there a short and complete example that explains how to use it in actual code, where the instrumentation data is written, how to query/view that data, and how to view these data live in Live View?
From the Readme, it's not so clear how to accomplish most of that.
I get some idea that MICROPROFILE_SCOPEI is for instrumenting a function scope. But where does the instrumentation data reside, and how do I view it? Also, it says to call MicroProfileFlip(nullptr); - what does it do? And then, MICROPROFILE_TIMELINE_ENTER/LEAVE_STATIC seems to be something that tracks entry/exit points, likely something that can add some data points to the timeline (guessing by the names?), but when I open Live View, I don't see anything.
The text was updated successfully, but these errors were encountered:
Hi, it's not very clear for beginners how to use this library. Is there a short and complete example that explains how to use it in actual code, where the instrumentation data is written, how to query/view that data, and how to view these data live in Live View?
From the Readme, it's not so clear how to accomplish most of that.
I get some idea that
MICROPROFILE_SCOPEI
is for instrumenting a function scope. But where does the instrumentation data reside, and how do I view it? Also, it says to callMicroProfileFlip(nullptr);
- what does it do? And then,MICROPROFILE_TIMELINE_ENTER/LEAVE_STATIC
seems to be something that tracks entry/exit points, likely something that can add some data points to the timeline (guessing by the names?), but when I open Live View, I don't see anything.The text was updated successfully, but these errors were encountered: