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
607929c43f
commit
868822ea56
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ func InitOutputFile(outputFile string) {
|
||||||
fmt.Fprintln(os.Stderr, err)
|
fmt.Fprintln(os.Stderr, err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
file.WriteString("Timing log initialized.\n")
|
||||||
}
|
}
|
||||||
func Record(timingLog TimingLog) error {
|
func Record(timingLog TimingLog) error {
|
||||||
b, err := json.Marshal(timingLog)
|
b, err := json.Marshal(timingLog)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue