How to get Component baseline load time into local sandbox
2 answers
Hi Balamurugan,
You can use metronome tool in Eclipse to measure the component loading time. Please refer to the documewnts below:
https://jazz.net/blog/index.php/2008/02/01/the-jazz-metronome-tool-keeps-us-honest/
https://jazz.net/wiki/bin/view/Deployment/RTCClientPerformance
If the motronome tool can not meet your requirement, the other way I can think is using "scm load" command line to load the component, and print out the time before and after the command.
You can use metronome tool in Eclipse to measure the component loading time. Please refer to the documewnts below:
https://jazz.net/blog/index.php/2008/02/01/the-jazz-metronome-tool-keeps-us-honest/
https://jazz.net/wiki/bin/view/Deployment/RTCClientPerformance
If the motronome tool can not meet your requirement, the other way I can think is using "scm load" command line to load the component, and print out the time before and after the command.