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