Thank you for expressing your interest in this. We appreciate the feedback that having more access to this would be of interest to you. To better capture you’re feedback, could you maybe answer these Questions?
What is the problem you would like to see solved?
Does your Profiler have a “frame” concept and what is the definition of “frame” that it uses?
(Charts currently plot data over a series of frames that are corresponding to the main thread frame)
Are you looking at having one or many charts?
What kind of data and units would you be tracking?
Mirror is a fork of HLAPI. But since it does not use LLAPI, the built in profiler does not work. I want to make a profiler tool that shows me how many messages were sent and received for every frame.
Here is a mockup of what I am trying to make:
So far I collect the data from Mirror. I have the table done and working. I am trying to make the chart on top. The chart should look more or less the same as the CPU profiler chart. The user would click on a frame and the table below would display all the messages that went in and out.