forked from snabbco/snabb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now data is stored in a 2D matrix indexed by VM state and trace number (0 for "other.") This holds for all VM states including interpreting, recording, etc. This makes the format simpler and more regular. Previously the samples were stored in two related sections, one global and one per-trace. Now it is all per-trace with 0 as a catch all. (Just sum the values for all traces to compute the total "global" values.)
- Loading branch information
Showing
2 changed files
with
40 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters