Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
newの性能測定用 [詳解]
#include <NewPerformanceCheck.h>
公開メンバ関数 | |
NewPerformanceCheck (alt::Console &console) | |
virtual | ~NewPerformanceCheck () |
virtual BOOL | DoAction () |
処理開始 | |
![]() | |
PerformanceCheck (alt::Console &console) | |
コンストラクタ | |
virtual | ~PerformanceCheck () |
デストラクタ | |
virtual BOOL | DoAction ()=0 |
処理開始 | |
virtual VOID | Init () |
初期化処理 | |
公開変数類 | |
int | _allocSize [10] = { 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536 } |
int | _loop = 0 |
限定公開メンバ関数 | |
virtual BOOL | Core (const int param1) |
その他の継承メンバ | |
![]() | |
alt::Console & | _console |
newの性能測定用
NewPerformanceCheck.h の 18 行目に定義があります。
NewPerformanceCheck::NewPerformanceCheck | ( | alt::Console & | console | ) |
NewPerformanceCheck.cpp の 11 行目に定義があります。
|
virtual |
NewPerformanceCheck.cpp の 16 行目に定義があります。
|
protectedvirtual |
NewPerformanceCheck.cpp の 25 行目に定義があります。
参照先 _allocSize, PerfCheck::PerformanceCheck::_console, _loop, alt::Event::Create(), alt::Thread::Create(), alt::Console::Format(), alt::HandleLibrary::GetHandle(), loop, alt::QueryPerformance::PastTime(), alt::QueryPerformance::Start(), alt::QueryPerformance::Stop(), alt::Console::Write().
参照元 DoAction().
|
virtual |
処理開始
TRUE:成功 | |
FALSE:失敗 |
PerfCheck::PerformanceCheckを実装しています。
NewPerformanceCheck.cpp の 20 行目に定義があります。
参照先 Core().
int PerfCheck::NewPerformanceCheck::_allocSize[10] = { 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536 } |
NewPerformanceCheck.h の 26 行目に定義があります。
参照元 Core().
int PerfCheck::NewPerformanceCheck::_loop = 0 |
NewPerformanceCheck.h の 27 行目に定義があります。
参照元 Core().