chore: run time -> clock time
This commit is contained in:
parent
bb4f2b1364
commit
8f5b23555c
|
@ -29,7 +29,7 @@ class ParserResultDetail(BaseModel):
|
||||||
cpu_time: bool = Field(
|
cpu_time: bool = Field(
|
||||||
True, validation_alias=AliasChoices("cpu-time", "cpu_time")
|
True, validation_alias=AliasChoices("cpu-time", "cpu_time")
|
||||||
) # Display CPU time
|
) # Display CPU time
|
||||||
time: bool = True # Display run time
|
time: bool = True # Display clock time
|
||||||
mem: bool = True # Display memory usage
|
mem: bool = True # Display memory usage
|
||||||
stdout: bool = False # Display stdout messages
|
stdout: bool = False # Display stdout messages
|
||||||
stderr: bool = False # Display stderr messages
|
stderr: bool = False # Display stderr messages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user