On Wed, Jan 15, 2014 at 9:48 AM, Clark, Joel <[email protected]> wrote: > We would like to measure the performance of CPU and GPU for the AppFW > evaluation. > > Is there the CPU/GPU performance measurement tool? We would kile to know the > load average, fps etc.
Depends heavily on the accuracy needed, the task that needs to be measured, etc. It can be as simple as using `time`, or as complex as using kernel trace events. framerate measuring is even more complex, and often requires that the program itself measures it's own FPS - there is no tool available right now that can measure FPS for arbitrary programs. Cheers, Auke _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
