Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
FreightPerformanceCheck.h
[詳解]
1
5
6#pragma once
7
8#include "PerformanceCheck.h"
9#include "QueryPerformance.h"
10#include "Utility.h"
11#include "Freight.hpp"
12#include "Memory.h"
13#include "HeapMemory.h"
14#include "VirtualMemory.h"
15
16namespace PerfCheck
17{
21 {
22 public:
25
26 BOOL DoAction ();
27
29
30 protected:
31 BOOL Measure (int size, int count, ByteFreight& freight);
32 };
33}
プリミティブな変数を管理するコンテナクラス
ヒープメモリに関するAPIを集約したクラス
メモリに関するインターフェースを定義したクラス
性能測定用
高分解能時間計測に関するWindowsAPIを集約したクラス
#define size
汎用的に使えるユーティリティクラス
仮想メモリに関するWindowsAPIを集約したクラス
Freightクラス性能測定用
BOOL Measure(int size, int count, ByteFreight &freight)
alt::skeleton::Freight< BYTE > ByteFreight
コンソールに関するクラス
Definition: Console.h:88
プリミティブな変数を管理するコンテナクラス
Definition: Freight.hpp:18