Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
NewPerformanceCheck.h
[詳解]
1
5
6
#pragma once
7
8
#include "
PerformanceCheck.h
"
9
#include "
Console.h
"
10
#include "
QueryPerformance.h
"
11
#include "
Thread.h
"
12
#include "
Event.h
"
13
14
namespace
PerfCheck
15
{
18
class
NewPerformanceCheck
:
public
PerformanceCheck
19
{
20
public
:
21
NewPerformanceCheck
(
alt::Console
& console);
22
virtual
~NewPerformanceCheck
();
23
24
virtual
BOOL
DoAction
();
25
26
int
_allocSize
[10] = { 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536 };
27
int
_loop
= 0;
28
29
protected
:
30
virtual
BOOL
Core
(
const
int
param1);
31
};
32
}
Console.h
コンソールに関するWindowsAPIを集約したクラス
Event.h
イベントに関するWindowsAPIを集約したクラス
PerformanceCheck.h
性能測定用
QueryPerformance.h
高分解能時間計測に関するWindowsAPIを集約したクラス
Thread.h
スレッドに関するWindowsAPIを集約したクラス
PerfCheck::NewPerformanceCheck
newの性能測定用
Definition:
NewPerformanceCheck.h:19
PerfCheck::NewPerformanceCheck::Core
virtual BOOL Core(const int param1)
Definition:
NewPerformanceCheck.cpp:25
PerfCheck::NewPerformanceCheck::~NewPerformanceCheck
virtual ~NewPerformanceCheck()
Definition:
NewPerformanceCheck.cpp:16
PerfCheck::NewPerformanceCheck::_allocSize
int _allocSize[10]
Definition:
NewPerformanceCheck.h:26
PerfCheck::NewPerformanceCheck::DoAction
virtual BOOL DoAction()
処理開始
Definition:
NewPerformanceCheck.cpp:20
PerfCheck::NewPerformanceCheck::_loop
int _loop
Definition:
NewPerformanceCheck.h:27
PerfCheck::PerformanceCheck
性能測定用
Definition:
PerformanceCheck.h:21
alt::Console
コンソールに関するクラス
Definition:
Console.h:88
PerfCheck
Definition:
ArrayPerformanceCheck.h:13
PerformanceCheck
NewPerformanceCheck.h
構築:
1.9.6