Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlScopedTimeLogger Class Reference

#include <SqlLogger.hpp>

Public Member Functions

 SqlScopedTimeLogger (std::string tag)
 

Detailed Description

A scoped timer for logging.

This class is used to measure the time spent in a code region and log it. This is typically useful for performance analysis, to identify bottlenecks.

See also
SqlLogger

Definition at line 155 of file SqlLogger.hpp.

Constructor & Destructor Documentation

◆ SqlScopedTimeLogger()

SqlScopedTimeLogger::SqlScopedTimeLogger ( std::string  tag)
inlineexplicit

Definition at line 158 of file SqlLogger.hpp.

◆ ~SqlScopedTimeLogger()

SqlScopedTimeLogger::~SqlScopedTimeLogger ( )
inline

Definition at line 164 of file SqlLogger.hpp.


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