Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ set_profile_enabled
Function
set_profile_enabled
src/profile.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
static std::map<std::string, double> _profile_times;
8
9
void set_profile_enabled(bool enabled) {
10
_profile_enabled = enabled;
11
}
12
13
bool get_profile_enabled() {
14
return _profile_enabled;
Callers
2
ProfileDisabledScope
Method · 0.85
~ProfileDisabledScope
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected