Searched defs:XRayProfilingFileHeader (Results 1 – 1 of 1) sorted by relevance
47 struct XRayProfilingFileHeader { struct48 const u64 MagicBytes = XRayMagicBytes;49 const u64 Version = XRayProfilingVersion;50 u64 Timestamp = 0; // System time in nanoseconds.51 u64 PID = 0; // Process ID.