Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ get_profile_enabled
Function
get_profile_enabled
src/profile.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
bool get_profile_enabled() {
14
return _profile_enabled;
15
}
16
17
const std::map<std::string, double>& profile_times() {
18
return _profile_times;
Callers
1
ProfileDisabledScope
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected