Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
QueryTimerTest Class Reference
Inheritance diagram for QueryTimerTest:
Inheritance graph
Collaboration diagram for QueryTimerTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::shared_ptr< performance_monitormonitor_
 

Detailed Description

Definition at line 699 of file test_performance_monitor.cpp.

Member Function Documentation

◆ SetUp()

void QueryTimerTest::SetUp ( )
inlineoverrideprotected

Definition at line 703 of file test_performance_monitor.cpp.

703 {
704 monitor_ = std::make_shared<performance_monitor>();
705 }
std::shared_ptr< performance_monitor > monitor_

References monitor_.

Member Data Documentation

◆ monitor_

std::shared_ptr<performance_monitor> QueryTimerTest::monitor_
protected

Definition at line 701 of file test_performance_monitor.cpp.

Referenced by SetUp().


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