How does time in diagnostics session counters file is calculated?
Hi, I need exact values of performance of my program from performance profiler, for documentation of my program, the problem, I need values that have been collected from my program in order to data organize and document it, I have already extracted the diagsession file, etl file in this documentation is useless, I need the summery that is being calculated on swimlanes, I have already figured out that it uses data in the counters file inside the diagsession file to show the summery, the v inside the counters file stands for value, t is stands for time which includes the components of l and h, l is in nano seconds, but I have no idea what negative in l variable means, and what h means, therefore how time is being calculated with the help of l and h variables. so I would be glad if you help me in this so I can finish my program documentation