Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
VectorPerformanceCheck.h
[詳解]
1
5
6
#pragma once
7
8
#include "
PerformanceCheck.h
"
9
#include "
Console.h
"
10
#include "
QueryPerformance.h
"
11
12
namespace
PerfCheck
13
{
16
class
VectorPerformanceCheck
:
public
PerformanceCheck
17
{
18
public
:
19
VectorPerformanceCheck
(
alt::Console
& console);
20
virtual
~VectorPerformanceCheck
();
21
22
virtual
BOOL
DoAction
();
23
24
protected
:
25
virtual
BOOL
Core
(
const
int
param1,
const
int
param2);
26
};
27
}
Console.h
コンソールに関するWindowsAPIを集約したクラス
PerformanceCheck.h
性能測定用
QueryPerformance.h
高分解能時間計測に関するWindowsAPIを集約したクラス
PerfCheck::PerformanceCheck
性能測定用
Definition:
PerformanceCheck.h:21
PerfCheck::VectorPerformanceCheck
std::vector<T>クラス性能測定用
Definition:
VectorPerformanceCheck.h:17
PerfCheck::VectorPerformanceCheck::DoAction
virtual BOOL DoAction()
処理開始
Definition:
VectorPerformanceCheck.cpp:21
PerfCheck::VectorPerformanceCheck::~VectorPerformanceCheck
virtual ~VectorPerformanceCheck()
Definition:
VectorPerformanceCheck.cpp:17
PerfCheck::VectorPerformanceCheck::Core
virtual BOOL Core(const int param1, const int param2)
Definition:
VectorPerformanceCheck.cpp:34
alt::Console
コンソールに関するクラス
Definition:
Console.h:88
PerfCheck
Definition:
ArrayPerformanceCheck.h:13
PerformanceCheck
VectorPerformanceCheck.h
構築:
1.9.6