Home | History | Annotate | Download | only in oprofile

Lines Matching refs:timer

115     print "      -t, --timer             : enable timer based profiling"
119 print " (not supported in timer mode)"
206 timer = False
213 'te:c:k:', ['timer', 'event=', 'callgraph=', 'kernel='])
219 if o in ('-t', '--timer'):
220 timer = True
233 if not timer and len(events) == 0:
234 print '* Must specify --timer or at least one --event argument.'
237 if timer and len(events) != 0:
238 print '* --timer and --event cannot be used together.'
242 if timer:
243 opcontrol_args.append('--timer')