Specifies the behavior of the Profiler with regard to the counting of time spent in called programs.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set profile_behavior=---.-0-.-----------><
+-1-+
Parameters:
0
|
Time spent in a called program is counted both in the called program and in the calling program.
|
1
|
Time spent in a called program is counted only in the called program.
|
Properties:
Default:
|
0
|
IDE equivalent:
|
None
Use the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
|