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

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::shared_ptr< performance_monitormonitor_
 

Detailed Description

Definition at line 50 of file test_performance_monitor.cpp.

Member Function Documentation

◆ SetUp()

void PerformanceMonitorQueryTest::SetUp ( )
inlineoverrideprotected

Definition at line 54 of file test_performance_monitor.cpp.

54 {
55 monitor_ = std::make_shared<performance_monitor>();
56 }
std::shared_ptr< performance_monitor > monitor_

References monitor_.

Member Data Documentation

◆ monitor_

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

Definition at line 52 of file test_performance_monitor.cpp.

Referenced by SetUp().


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