|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Parsed instrumentation log record. More...
Data Fields | |
| uint64_t | pid |
| Process ID. | |
| uint64_t | tid |
| Thread ID. | |
| uint64_t | seq |
| Sequence number. | |
| char * | timestamp |
| Timestamp string. | |
| char * | elapsed |
| Elapsed time since start. | |
| char * | file |
| Source file path. | |
| uint32_t | line |
| Source line number. | |
| char * | function |
| Function name. | |
| uint32_t | macro_flag |
| Macro expansion flag. | |
| char * | snippet |
| Code snippet. | |
| char * | raw_line |
| Original raw log line. | |
Parsed instrumentation log record.
Represents a single line from an instrumentation log file with all fields extracted and parsed.