Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
Toggle main menu visibility
総合概要
諸情報
名前空間
名前空間一覧
名前空間メンバ
全て
_
a
b
c
f
g
i
l
n
o
p
s
t
w
関数
_
c
g
o
p
s
t
変数
型定義
列挙型
列挙値
クラス
クラス一覧
クラス索引
クラス階層
クラスメンバ
全て
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
関数
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
変数
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
x
z
型定義
ファイル
ファイル一覧
ファイルメンバ
全て
_
a
c
d
e
f
g
i
k
l
m
n
o
p
s
t
w
関数
_
d
i
m
o
s
変数
型定義
c
f
p
s
マクロ定義
_
a
c
d
e
f
g
i
k
l
m
n
p
s
t
w
•
全て
クラス
名前空間
ファイル
関数
変数
型定義
列挙型
列挙値
マクロ定義
ページ
読み取り中…
検索中…
一致する文字列を見つけられません
ConsolePerformanceCheck.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
ConsolePerformanceCheck
:
public
PerformanceCheck
17
{
18
public
:
19
ConsolePerformanceCheck
(
alt::Console
& console);
20
virtual
~ConsolePerformanceCheck
();
21
22
virtual
BOOL
DoAction
();
23
24
protected
:
25
virtual
BOOL
Core
(
const
int
param1);
26
int
response0
;
27
int
response1
;
28
int
response2
;
29
};
30
}
Console.h
コンソールに関するWindowsAPIを集約したクラス
PerformanceCheck.h
性能測定用
QueryPerformance.h
高分解能時間計測に関するWindowsAPIを集約したクラス
PerfCheck::ConsolePerformanceCheck
Console性能測定用
Definition:
ConsolePerformanceCheck.h:17
PerfCheck::ConsolePerformanceCheck::response1
int response1
Definition:
ConsolePerformanceCheck.h:27
PerfCheck::ConsolePerformanceCheck::DoAction
virtual BOOL DoAction()
処理開始
Definition:
ConsolePerformanceCheck.cpp:24
PerfCheck::ConsolePerformanceCheck::response2
int response2
Definition:
ConsolePerformanceCheck.h:28
PerfCheck::ConsolePerformanceCheck::~ConsolePerformanceCheck
virtual ~ConsolePerformanceCheck()
Definition:
ConsolePerformanceCheck.cpp:19
PerfCheck::ConsolePerformanceCheck::response0
int response0
Definition:
ConsolePerformanceCheck.h:26
PerfCheck::ConsolePerformanceCheck::Core
virtual BOOL Core(const int param1)
Definition:
ConsolePerformanceCheck.cpp:36
PerfCheck::PerformanceCheck
性能測定用
Definition:
PerformanceCheck.h:21
alt::Console
コンソールに関するクラス
Definition:
Console.h:88
PerfCheck
Definition:
ArrayPerformanceCheck.h:13
PerformanceCheck
ConsolePerformanceCheck.h
構築:
1.9.6