An indexable object with string keys representing different profiling events, such as "walltime" or "cputime". It contains information on events associated with that function or line, such as the number of cycles or instructions.
The name of the file containing the function or line.
The name of the function, if applicable.
The line numbers associated with the function or line.
Generated using TypeDoc
A profile database containing information on functions and lines. Each key is a string representing a unique identifier for a function or line. The value for each key is an object containing information on the corresponding function or line, including the file name, function name, line numbers, and events (e.g., "cycles", "instructions", etc.).