public interface Profiler extends CommonHandle, CommonFile, Enabled, PseudoWidget
| PROFILER attribute or method | API |
|---|---|
| PROFILING | isProfiling() and setProfiling(logical) |
| ENABLED | Enabled.isEnabled() and Enabled.setEnabled(logical) |
| DESCRIPTION | getDescription() and setDescription(character) |
| LISTINGS | isListings() and setListings(logical) |
handle.unwrapProfiler() API, which, depending on the
handle's state, it either returns an ProfilerUtils.asHandle()
instance or a dynamic proxy using handle.invalidAttrAccessProxy.| Modifier and Type | Method and Description |
|---|---|
handle |
asHandle()
Get a the instance for the PROFILER system handle.
|
character |
getDescription()
Get the value of PROFILER:DESCRIPTION attribute.
|
character |
getDirectory()
Get the value of PROFILER:DIRECTORY attribute.
|
character |
getTraceFilter()
Get the PROFILER:TRACE-FILTER attribute.
|
character |
getTracing()
Get the PROFILER:TRACING attribute.
|
logical |
isCoverage()
Get the PROFILER:COVERAGE attribute.
|
logical |
isListings()
Get the value of PROFILER:LISTINGS attribute.
|
logical |
isProfiling()
Get the value of PROFILER:PROFILING attribute.
|
void |
setCoverage(boolean coverage)
Set the PROFILER:COVERAGE attribute.
|
void |
setCoverage(logical coverage)
Set the PROFILER:COVERAGE attribute.
|
void |
setDescription(character description)
Set the value of PROFILER:DESCRIPTION attribute.
|
void |
setDirectory(character directory)
Set the value of PROFILER:DIRECTORY attribute.
|
void |
setListings(logical listings)
Set the value of PROFILER:LISTINGS attribute.
|
void |
setProfiling(logical profiling)
Set the value of PROFILER:PROFILING attribute.
|
void |
setTraceFilter(character filter)
Set the PROFILER:TRACE-FILTER attribute.
|
void |
setTraceFilter(java.lang.String filter)
Set the PROFILER:TRACE-FILTER attribute.
|
void |
setTracing(character procs)
Set the PROFILER:TRACING attribute.
|
void |
setTracing(java.lang.String procs)
Set the PROFILER:TRACING attribute.
|
logical |
userData(character data)
Definition of the PROFILER:USER-DATA() method.
|
logical |
userData(java.lang.String data)
Definition of the PROFILER:USER-DATA() method.
|
logical |
writeData()
Definition of the PROFILER:WRITE-DATA() method.
|
readOnlyError, readOnlyError, resourceTypeid, id, unknown, validgetFileName, initFileInfo, initFileInfoisEnabled, setEnabled, setEnabledhandle asHandle()
void setProfiling(logical profiling)
profiling - The new value of PROFILER:PROFILING attribute.logical isProfiling()
void setDescription(character description)
description - The new value of PROFILER:DESCRIPTION attribute.character getDescription()
void setListings(logical listings)
listings - The new value of PROFILER:LISTINGS attribute.logical isListings()
void setDirectory(character directory)
directory - The new value of PROFILER:DIRECTORY attribute.character getDirectory()
logical userData(java.lang.String data)
data - The data.true if the data was written.logical userData(character data)
data - The data.true if the data was written.logical writeData()
true if the data was written.character getTraceFilter()
void setTraceFilter(java.lang.String filter)
filter - The filter value.void setTraceFilter(character filter)
filter - The filter value.character getTracing()
void setTracing(java.lang.String procs)
procs - The comma-separated list of procedures.void setTracing(character procs)
procs - The comma-separated list of procedures.logical isCoverage()
void setCoverage(boolean coverage)
coverage - The flag state.void setCoverage(logical coverage)
coverage - The flag state.