| 286 | } |
| 287 | |
| 288 | std::string GetOffsetText(double time) |
| 289 | { |
| 290 | char buf[32]; |
| 291 | sprintf_s(buf, "%.06f", time); |
| 292 | return buf; |
| 293 | } |
| 294 | |
| 295 | void WriteLogFileMessage(std::ofstream& ofstream, double time, FILETIME filetime, DWORD pid, const std::string& processName, std::string message) |
| 296 | { |
no outgoing calls
no test coverage detected