chore: run time -> clock time

This commit is contained in:
张泊明518370910136 2025-06-26 07:36:09 -04:00
parent bb4f2b1364
commit 8f5b23555c
GPG Key ID: D47306D7062CDA9D

View File

@ -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