Additional SNAPSHOT OptionsThe c-treeACE SNAPSHOT feature now includes support for collecting disk read and write timings on a per-file basis when high-resolution timer support is activated. Enable c-tree Disk Read/Write Times by File Collection of disk I/O timings is disabled by default and is enabled with one of the following methods:
Programmatically Output c-tree Disk Read/Write Times by File The ctSNAPSHOT() API function now supports a mode that writes snapshot statistics for all files open by c-treeACE to disk. Use the ctstat utility's -file option or call ctSNAPSHOT() using the ctPSScsvFile or ctPSStextFile mode as shown below to write snapshot statistics for all open files to the file SNAPFILE.FCS in comma-delimited or human-readable format. Enable c-tree Function Call Times by File Collection of function timings is disabled by default and can be enabled by any of the following methods:
Programmatically Output c-tree Function Call Times by File The c-treeACE SNAPSHOT API supports a mode that writes function timings for all files open by c-treeACE to disk. Use the ctstat utility’s -funcfile option or call ctSNAPSHOT() using the ctPSScsvFunc or ctPSStextFunc mode as shown below to write function timings for all open files to the file SNAPFUNC.FCS in comma-delimited or human-readable format. |
|||