Home
last modified time | relevance | path

Searched refs:monthStart (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/hiebpf/src/
Dhhlog.cpp100 constexpr int monthStart {1}; in GetLogFileName() local
103 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName()
122 constexpr int monthStart {1}; in GetFormatTime() local
124 ss << std::to_string(tmPtr->tm_mon + monthStart) << "-"; in GetFormatTime()
Dlibbpf_logger.cpp97 constexpr int monthStart {1}; in GetLogFileName() local
99 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName()
Dbpf_log_reader.cpp73 constexpr int monthStart {1}; in GetLogFileName() local
76 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName()