Searched refs:STATISTICAL_DATA_FILE_NAME_HEADER (Results 1 – 2 of 2) sorted by relevance
26 const std::string PerformanceAnalysis::STATISTICAL_DATA_FILE_NAME_HEADER = "/data/log/statistic"; member in DistributedDB::PerformanceAnalysis197 std::string addrStatistics = STATISTICAL_DATA_FILE_NAME_HEADER + fileName_ + CSV_FILE_EXTENSION; in OutStatistics()
113 const static std::string STATISTICAL_DATA_FILE_NAME_HEADER; variable