MCPcopy Create free account
hub / github.com/bamlab/flashlight / PidClosedError

Class PidClosedError

packages/platforms/android/cpp-profiler/src/main.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace fs = std::filesystem;
15
16class PidClosedError : public std::runtime_error
17{
18public:
19 PidClosedError(const std::string &message)
20 : std::runtime_error(message) {}
21};
22
23void printCpuStats(std::vector<string> pids)
24{

Callers 1

printCpuStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected