|
WSF
|
#include "ProfilingSystem.hpp"#include <memory>#include <sstream>#include "ProfilingCommon.hpp"#include "ProfilingHooks.hpp"#include "ProfilingMacros.hpp"#include "UtBuildInfo.hpp"#include "UtBuildInfoMacros.hpp"#include "UtDynamicLibrary.hpp"#include "UtLog.hpp"#include "UtOptional.hpp"#include "UtPath.hpp"
Namespaces | |
| namespace | profiling |
| Definition of utility struct and function used by the profiling targets. | |
| namespace | profiling::detail |
Functions | |
| ProfilingSystemArguments & | profiling::GlobalProfilingSystemArguments () |
| Reference to the command-line arguments for profiling. | |
| const ProfilingHooks & | profiling::detail::GetGlobalProfilingHooks () |
| Get the current global profiling hooks. | |