Hello,
We have a rather huge legacy application with a variable set of "long running" application startup behaviors. Differences in run depend on 1) time of day (first login for day or not), 2) run from IDE or EXE 3) program options installed. I am tasked with providing performance statistics (timing, resource ) for all possible startup combinations. The goal will be projects to address startup latency.
I am able to enable tracing via System Options - and also in PowerScript code. I notice that the standard Profiling tools (New -->Tool) are glued to the Trace File Name (pbp) on the system dialog. Most important to us, the tools are 'sparsely' (Hmmph) documented / and not extensible. (no source is provided)
Is there any better doc. Is there source. or are there other profile tool choices available. Or must we develop our own using the APIs provided?
Thanks
Yakov