Formatting
--HG-- extra : convert_revision : f5a940a8b9aaba0703781b398cf29be581907c21
This commit is contained in:
parent
9e90bfafb5
commit
81e0ac3000
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class BaseCPU(SimObject):
|
||||||
"terminate when all threads have reached this load count")
|
"terminate when all threads have reached this load count")
|
||||||
max_loads_any_thread = Param.Counter(0,
|
max_loads_any_thread = Param.Counter(0,
|
||||||
"terminate when any thread reaches this load count")
|
"terminate when any thread reaches this load count")
|
||||||
progress_interval = Param.Tick(0, "interval to print out the progress message")
|
progress_interval = Param.Tick(0,
|
||||||
|
"interval to print out the progress message")
|
||||||
|
|
||||||
defer_registration = Param.Bool(False,
|
defer_registration = Param.Bool(False,
|
||||||
"defer registration with system (for sampling)")
|
"defer registration with system (for sampling)")
|
||||||
|
|
Loading…
Reference in a new issue