MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / bench_mode

Function bench_mode

basisu_tool.cpp:4870–4875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4868}
4869
4870static bool bench_mode(command_line_params& opts)
4871{
4872 BASISU_NOTE_UNUSED(opts);
4873 error_printf("Unsupported\n");
4874 return false;
4875}
4876
4877static uint32_t compute_miniz_compressed_size(const char* pFilename, uint32_t &orig_size)
4878{

Callers 1

main_internalFunction · 0.85

Calls 1

error_printfFunction · 0.85

Tested by

no test coverage detected