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 308c879 commit eec6bc2Copy full SHA for eec6bc2
core/src/walltime.cpp
@@ -112,7 +112,7 @@ void write_codspeed_benchmarks_to_json(
112
std::string creator_name = "codspeed-cpp";
113
std::string creator_version = CODSPEED_VERSION;
114
#ifdef _WIN32
115
- pid_t creator_pid = _getpid();
+ int creator_pid = _getpid();
116
#else
117
pid_t creator_pid = getpid();
118
#endif
0 commit comments