UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::debug::SectionData Struct Reference

#include <ugdk/debug/profiler.h>

Collaboration diagram for ugdk::debug::SectionData:

Public Attributes

std::string name
 Name of this section. More...
 
uint64 duration_
 Length of this section, in microseconds. More...
 
std::vector< std::shared_ptr
< SectionData > > 
subdata
 

Member Data Documentation

uint64 ugdk::debug::SectionData::duration_

Length of this section, in microseconds.

std::string ugdk::debug::SectionData::name

Name of this section.

std::vector< std::shared_ptr<SectionData> > ugdk::debug::SectionData::subdata

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