| Constructor and Description |
|---|
ProfilingManager(Celesta celesta) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProfilemode()
Whether the profiling mode is on (is the procedures call time logged to
calllog table.
|
void |
logCall(CallContext context)
Logs information on the call to the profiler.
|
void |
setProfilemode(boolean profilemode)
Sets the profiling mode.
|
public ProfilingManager(Celesta celesta)
public void logCall(CallContext context)
public boolean isProfilemode()
public void setProfilemode(boolean profilemode)
profilemode - profiling mode flag (true - on, false - off)Copyright © 2023 CURS. All rights reserved.