Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::frame_snapshot::thread_snapshot Struct Reference

#include <profiler.h>

Public Attributes

uint16_t thread_index {0}
 
std::string name
 
std::vector< profile_eventevents
 

Detailed Description

Definition at line 219 of file profiler.h.

Member Data Documentation

◆ events

std::vector<profile_event> unravel::frame_snapshot::thread_snapshot::events

Definition at line 223 of file profiler.h.

◆ name

std::string unravel::frame_snapshot::thread_snapshot::name

Definition at line 222 of file profiler.h.

◆ thread_index

uint16_t unravel::frame_snapshot::thread_snapshot::thread_index {0}

Definition at line 221 of file profiler.h.


The documentation for this struct was generated from the following file: