Home
last modified time | relevance | path

Searched defs:rusageLog (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/compiler_wrapper/
Drusage_flag.go45 type rusageLog struct { struct
46 ExitCode int `json:"exit_code"`
47 ElapsedRealTime float64 `json:"elapsed_real_time"`
48 ElapsedUserTime float64 `json:"elapsed_user_time"`
49 ElapsedSysTime float64 `json:"elapsed_sys_time"`
50 MaxMemUsed int64 `json:"max_mem_used"`
51 Compiler string `json:"compiler"`
52 CompilerArgs []string `json:"compiler_args"`
53 WorkingDirectory string `json:"working_directory"`