mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tt
This commit is contained in:
parent
9196401372
commit
27190b61de
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ func InitOutputFile(outputFile string) {
|
|||
fmt.Fprintln(os.Stderr, "Failed to write log file for timing.")
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
os.Exit(1)
|
||||
} else {
|
||||
fmt.Println("Timing log initialized.")
|
||||
}
|
||||
}
|
||||
func Record(timingLog TimingLog) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue