56,57c56,58
< parser.add_option("-s", "--standard_switch", action="store_true",
< help="switch from one cpu mode to another")
---
> parser.add_option("-s", "--standard_switch", action="store", type="int",
> help="switch from timing CPU to Detailed CPU after a period of \
> <N> cycles warmup", default=5000000000)