#include <profile.hpp>
Definition at line 401 of file profile.hpp.
◆ 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()
void start(profile_data *data)
◆ ~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 }
◆ 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 }
◆ ~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 }
The documentation for this class was generated from the following files: