15 #ifndef __BENCHMARKTOOLS_BENCHMARKCONFIG_H__ 16 #define __BENCHMARKTOOLS_BENCHMARKCONFIG_H__ 18 #include <Benchmark/IPSDKBenchmarkTools/BenchmarkPath.h> 30 inline boost::filesystem::path
41 inline boost::filesystem::path
52 inline boost::filesystem::path
63 inline boost::filesystem::path
74 inline boost::filesystem::path
85 inline boost::filesystem::path
96 inline boost::filesystem::path
107 inline boost::filesystem::path
120 #endif // __BENCHMARKTOOLS_BENCHMARKCONFIG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::filesystem::path getBMResultsPath()
retrieve unit test results directory
Definition: BenchmarkConfig.h:97
boost::filesystem::path getBMDataPath()
retrieve unit test data directory
Definition: BenchmarkConfig.h:53
boost::filesystem::path getBMConfigPath()
retrieve unit test configuration directory
Definition: BenchmarkConfig.h:31
boost::filesystem::path getBMConfigCommonPath()
retrieve unit test configuration common directory
Definition: BenchmarkConfig.h:42
boost::filesystem::path getBMTmpPath()
retrieve unit test temporary directory
Definition: BenchmarkConfig.h:108
boost::filesystem::path getBMImagesPath()
retrieve unit test images directory
Definition: BenchmarkConfig.h:75
IPSDKBENCHMARKTOOLS_API boost::filesystem::path getInternalDirectory(const eBMInternalDirectory &dirId)
retrieve benchmark internal directory
IPSDKBENCHMARKTOOLS_API boost::filesystem::path getExternalDirectory(const eBMExternalDirectory &dirId)
retrieve benchmark external directory
boost::filesystem::path getBMDataCommonPath()
retrieve unit test data common directory
Definition: BenchmarkConfig.h:64
boost::filesystem::path getBMImagesCommonPath()
retrieve unit test images common directory
Definition: BenchmarkConfig.h:86