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