How does time in diagnostics session counters file is calculated?

Rambod Mokhtari 0 Reputation points
2023-09-14T10:38:15.2666667+00:00

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

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
999 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
349 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.