MCPcopy 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

7static std::map<std::string, double> _profile_times;
8
9void set_profile_enabled(bool enabled) {
10 _profile_enabled = enabled;
11}
12
13bool get_profile_enabled() {
14 return _profile_enabled;

Callers 2

ProfileDisabledScopeMethod · 0.85
~ProfileDisabledScopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected