Skip to content

shapeworks::Profiler

Public Functions

Name
Profiler & instance()
void start_timer(const QString & name)
void stop_timer(const QString & name)
void finalize()
bool is_profiling_enabled() const
bool is_tracing_enabled() const

Public Functions Documentation

function instance

static Profiler & instance()

function start_timer

void start_timer(
    const QString & name
)

function stop_timer

void stop_timer(
    const QString & name
)

function finalize

void finalize()

function is_profiling_enabled

inline bool is_profiling_enabled() const

function is_tracing_enabled

inline bool is_tracing_enabled() const

Updated on 2025-09-04 at 08:01:26 +0000