Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
ProfileResult Struct Reference

Structure that holds profiling parameters. More...

#include <Profiler.hpp>

Collaboration diagram for ProfileResult:

Public Attributes

std::string Name
 Name of the function to be profiled. More...
 
long long Start
 Time when Profiler starts. More...
 
long long End
 Time when Profiler ends. More...
 
int ThreadID
 The identifier of this thread. More...
 

Detailed Description

Structure that holds profiling parameters.

Member Data Documentation

◆ End

long long ProfileResult::End

Time when Profiler ends.

◆ Name

std::string ProfileResult::Name

Name of the function to be profiled.

◆ Start

long long ProfileResult::Start

Time when Profiler starts.

◆ ThreadID

int ProfileResult::ThreadID

The identifier of this thread.