MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / main

Function main

bench/librawspeed/io/BitStreamBenchmark.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 REG_PUMP_2(Little, PUMP)
136
137int main(int argc, char** argv) {
138 REGISTER_PUMP(BitPumpLSB);
139 REGISTER_PUMP(BitPumpMSB);
140 REGISTER_PUMP(BitPumpMSB16);
141 REGISTER_PUMP(BitPumpMSB32);
142 REGISTER_PUMP(BitPumpJPEG);
143
144 benchmark::Initialize(&argc, argv);
145 benchmark::RunSpecifiedBenchmarks();
146}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected