Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace fs = std::filesystem;
15
16
class PidClosedError : public std::runtime_error
17
{
18
public:
19
PidClosedError(const std::string &message)
20
: std::runtime_error(message) {}
21
};
22
23
void printCpuStats(std::vector<string> pids)
24
{
Callers
1
printCpuStats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected