mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
trace: initial support for code trace
This commit is contained in:
@@ -299,6 +299,12 @@ TLSData<CoreTLSData>& getCoreTlsData();
|
||||
#define CL_RUNTIME_EXPORT
|
||||
#endif
|
||||
|
||||
namespace utils {
|
||||
bool getConfigurationParameterBool(const char* name, bool defaultValue);
|
||||
size_t getConfigurationParameterSizeT(const char* name, size_t defaultValue);
|
||||
cv::String getConfigurationParameterString(const char* name, const char* defaultValue);
|
||||
}
|
||||
|
||||
extern bool __termination; // skip some cleanups, because process is terminating
|
||||
// (for example, if ExitProcess() was already called)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user