-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use int64 as TypeID and use -1 as uninitialised value
- Loading branch information
1 parent
365b303
commit 905b8eb
Showing
12 changed files
with
30 additions
and
2 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
Binary file not shown.
Binary file added
BIN
+716 Bytes
...stdata/event-with-type-zero_0_block_contentions__count delay__nanoseconds_expected.txt.gz
Binary file not shown.
Binary file added
BIN
+483 Bytes
...nt-with-type-zero_0_block_contentions__count delay__nanoseconds_expected_collapsed.txt.gz
Binary file not shown.
Binary file added
BIN
+8.13 KB
..._1_memory_alloc_in_new_tlab_objects__count alloc_in_new_tlab_bytes__bytes_expected.txt.gz
Binary file not shown.
Binary file added
BIN
+6.33 KB
...alloc_in_new_tlab_objects__count alloc_in_new_tlab_bytes__bytes_expected_collapsed.txt.gz
Binary file not shown.
Binary file added
BIN
+1.18 KB
..._memory_alloc_outside_tlab_objects__count alloc_outside_tlab_bytes__bytes_expected.txt.gz
Binary file not shown.
Binary file added
BIN
+826 Bytes
...loc_outside_tlab_objects__count alloc_outside_tlab_bytes__bytes_expected_collapsed.txt.gz
Binary file not shown.
Binary file added
BIN
+1 KB
parser/testdata/event-with-type-zero_3_process_cpu_cpu__nanoseconds_expected.txt.gz
Binary file not shown.
Binary file added
BIN
+709 Bytes
...er/testdata/event-with-type-zero_3_process_cpu_cpu__nanoseconds_expected_collapsed.txt.gz
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package def | ||
|
||
type TypeID uint64 | ||
type TypeID int64 | ||
|
||
type TypeMap struct { | ||
IDMap map[TypeID]*Class | ||
|
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