HEBench
hebench_utilities_harness.cpp File Reference
#include <algorithm>
#include <cctype>
#include <fstream>
#include <iomanip>
#include <sstream>
#include "include/hebench_utilities_harness.h"
Include dependency graph for hebench_utilities_harness.cpp:

Go to the source code of this file.

Namespaces

 hebench
 
 hebench::Utilities
 

Functions

std::string hebench::Utilities::convertToDirectoryName (const std::string &s, bool to_lowercase=true)
 Converts a string to directory name friendly. More...
 
void hebench::Utilities::printArraysAsColumns (std::ostream &os, const hebench::APIBridge::NativeDataBuffer **p_buffers, std::size_t count, hebench::APIBridge::DataType data_type, bool output_row_index=false, const char *separator=" ")
 Writes the collection of NativeDataBuffer as columns to the specified output stream. More...