MCPcopy 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
13bool get_profile_enabled() {
14 return _profile_enabled;
15}
16
17const std::map<std::string, double>& profile_times() {
18 return _profile_times;

Callers 1

ProfileDisabledScopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected