MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / SelectName

Function SelectName

C++/programs/StatisticsHelpers.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41
42std::string SelectName(const char * name, const ImageBase& Img)
43{
44 std::string Name = name;
45
46 if (IsFlushImage(Img))
47 Name += "_flush"; // Use faster version
48
49 return Name;
50}
51
52double ReduceSum(std::vector<float>& buffer)
53{

Callers

nothing calls this directly

Calls 1

IsFlushImageFunction · 0.85

Tested by

no test coverage detected