Skip to content

Commit 06419b3

Browse files
Encode stringtable in a more compact form.
1 parent 5d01e61 commit 06419b3

File tree

2 files changed

+274
-85
lines changed

2 files changed

+274
-85
lines changed

measureme/src/file_header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::serialization::SerializationSink;
66
use byteorder::{ByteOrder, LittleEndian};
77
use std::error::Error;
88

9-
pub const CURRENT_FILE_FORMAT_VERSION: u32 = 2;
9+
pub const CURRENT_FILE_FORMAT_VERSION: u32 = 3;
1010
pub const FILE_MAGIC_EVENT_STREAM: &[u8; 4] = b"MMES";
1111
pub const FILE_MAGIC_STRINGTABLE_DATA: &[u8; 4] = b"MMSD";
1212
pub const FILE_MAGIC_STRINGTABLE_INDEX: &[u8; 4] = b"MMSI";

0 commit comments

Comments
 (0)