MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / setDebugSymbols

Method setDebugSymbols

src/codeCache.h:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void setDebugSymbols(bool debug_symbols) {
177 _debug_symbols = debug_symbols;
178 }
179
180 void add(const void* start, int length, const char* name, bool update_bounds = false);
181 void updateBounds(const void* start, const void* end);

Callers 2

loadSymbolsMethod · 0.80
loadSymbolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected