RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
anonymous_namespace{CameraMetaDataBenchmark.cpp} Namespace Reference

Functions

void BM_pugixml_load_cameras_xml (benchmark::State &state)
 BENCHMARK (BM_pugixml_load_cameras_xml) -> Unit(benchmark::kMicrosecond)
void BM_CameraMetaData (benchmark::State &state)
 BENCHMARK (BM_CameraMetaData) -> Unit(benchmark::kMicrosecond)

Variables

constexpr const char *const CAMERASXML

Function Documentation

◆ BENCHMARK() [1/2]

anonymous_namespace{CameraMetaDataBenchmark.cpp}::BENCHMARK ( BM_CameraMetaData ) ->Unit(benchmark::kMicrosecond)

References BM_CameraMetaData().

Here is the call graph for this function:

◆ BENCHMARK() [2/2]

anonymous_namespace{CameraMetaDataBenchmark.cpp}::BENCHMARK ( BM_pugixml_load_cameras_xml ) ->Unit(benchmark::kMicrosecond)

References BM_pugixml_load_cameras_xml().

Here is the call graph for this function:

◆ BM_CameraMetaData()

void anonymous_namespace{CameraMetaDataBenchmark.cpp}::BM_CameraMetaData ( benchmark::State & state)

Definition at line 52 of file CameraMetaDataBenchmark.cpp.

References CAMERASXML, and metadata.

Referenced by BENCHMARK().

Here is the caller graph for this function:

◆ BM_pugixml_load_cameras_xml()

void anonymous_namespace{CameraMetaDataBenchmark.cpp}::BM_pugixml_load_cameras_xml ( benchmark::State & state)

Definition at line 35 of file CameraMetaDataBenchmark.cpp.

References CAMERASXML.

Referenced by BENCHMARK().

Here is the caller graph for this function:

Variable Documentation

◆ CAMERASXML

const char* const anonymous_namespace{CameraMetaDataBenchmark.cpp}::CAMERASXML
constexpr
Initial value:
=
RAWSPEED_SOURCE_DIR "/data/cameras.xml"

Definition at line 32 of file CameraMetaDataBenchmark.cpp.

Referenced by BM_CameraMetaData(), and BM_pugixml_load_cameras_xml().