fileName

Type: String

The fileName property of the JadeProfiler class contains the profile file name to be used for the output of profile statistics recording times spent in JADE and external methods when the JadeProfiler class report method is called.

You can use this property to specify an optional disk path and a profile file name if you do not want the output from your method profiling output to the log or CSV file located in the path specified by the ResultsFile parameter in the [JadeProfiler] section of the JADE initialization file, if any.

The file name, which is dynamic, defaults toJadeProfiler_<application‑name>_yyyyMMdd_hhmmss .log or .csv. A new report file is therefore generated for each call to the JadeProfiler class report method.

If a path is not specified in this ResultsFile parameter, the file is located in the log file directory, specified by using the LogDirectory parameter in the [JadeLog] section of the JADE initialization file. (For details, see your JADE Initialization File Reference.) For details about recording and reporting profile statistics, see the methods documented under "JadeProfiler Methods", later in this chapter.

In JADE thin client mode, method profiler output is always output to the workstation that is running the JADE logic; that is, to the application server.

You can specify the default value for this property in the ResultsFile parameter in the [JadeProfiler] section of the JADE initialization file.