Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::vm::scoped_profile Class Reference

#include <profile.hpp>

Public Member Functions

 scoped_profile (profile_data *data)
 
 ~scoped_profile ()
 
 scoped_profile (profile_data *data)
 
 ~scoped_profile ()
 

Detailed Description

Definition at line 401 of file profile.hpp.

Constructor & Destructor Documentation

◆ scoped_profile() [1/2]

sysio::vm::scoped_profile::scoped_profile ( profile_data * data)
inlineexplicit

Definition at line 403 of file profile.hpp.

403 : data(data) {
404 if(data) {
406 }
407 }
static profile_manager & instance()
Definition profile.hpp:389
void start(profile_data *data)
Definition profile.hpp:370
Here is the call graph for this function:

◆ ~scoped_profile() [1/2]

sysio::vm::scoped_profile::~scoped_profile ( )
inline

Definition at line 408 of file profile.hpp.

408 {
409 if(data) {
411 }
412 }
Here is the call graph for this function:

◆ scoped_profile() [2/2]

sysio::vm::scoped_profile::scoped_profile ( profile_data * data)
inlineexplicit

Definition at line 403 of file profile.hpp.

403 : data(data) {
404 if(data) {
406 }
407 }
Here is the call graph for this function:

◆ ~scoped_profile() [2/2]

sysio::vm::scoped_profile::~scoped_profile ( )
inline

Definition at line 408 of file profile.hpp.

408 {
409 if(data) {
411 }
412 }
Here is the call graph for this function:

The documentation for this class was generated from the following files: