Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
Profile
PerformanceTestRegisterSplineCommand.h
1
// Copyright (c) 2014 Eegeo Ltd. All rights reserved.
2
3
#pragma once
4
5
#include "Command.h"
6
#include "Profile.h"
7
#include "DebugDecl.h"
8
9
namespace
Eegeo
10
{
11
namespace
Debug
12
{
13
namespace
Commands
14
{
15
namespace
Profile
16
{
17
class
PerformanceTestRegisterSplineCommand
:
public
Eegeo::Debug::Commands::Command
18
{
19
public
:
20
PerformanceTestRegisterSplineCommand
(
Eegeo::Debug::Profile::PerformanceTestRunner
& perfTestRunner);
21
22
bool
TryExecute(
23
const
std::vector<std::string>& arguments,
24
const
ICommandTerminalOutput
& commandTerminal)
const
;
25
private
:
26
Eegeo::Debug::Profile::PerformanceTestRunner
& m_performanceTestRunner;
27
};
28
}
29
}
30
}
31
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1