Doesn't look like you can:
# top -h
Usage: top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ]
-m num Maximum number of processes to display.
-n num Updates to show before exiting.
-d num Seconds to wait between updates.
-s col Column to sort by (cpu,vss,rss,thr).
-t Show threads instead of processes.
-h Display this help screen.
You could use systrace to track execution time of processes per cpu. Also see Analyzing Display and Performance with Systrace. If you have a rooted device busybox might have a more complete implementation.