We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68b802 commit dc5d317Copy full SHA for dc5d317
core/src/walltime.cpp
@@ -108,7 +108,7 @@ void write_codspeed_benchmarks_to_json(
108
std::string creator_name = "codspeed-cpp";
109
std::string creator_version = CODSPEED_VERSION;
110
#ifdef _WIN32
111
- pid_t creator_pid = _getpid();
+ int creator_pid = _getpid();
112
#else
113
pid_t creator_pid = getpid();
114
#endif
0 commit comments