Fix stupid mistake
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
e5a7cb635c
commit
78ee64d9f8
@ -278,11 +278,10 @@ func tallyGasCharges(charges map[string]*stats, et types.ExecutionTrace) {
|
|||||||
|
|
||||||
s.AddPoint(ratio)
|
s.AddPoint(ratio)
|
||||||
//fmt.Printf("%s: %d, %s: %0.2f\n", gc.Name, compGas, gc.TimeTaken, 1/(ratio/GasPerNs))
|
//fmt.Printf("%s: %d, %s: %0.2f\n", gc.Name, compGas, gc.TimeTaken, 1/(ratio/GasPerNs))
|
||||||
for _, sub := range et.Subcalls {
|
|
||||||
tallyGasCharges(charges, sub)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
for _, sub := range et.Subcalls {
|
||||||
|
tallyGasCharges(charges, sub)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var importAnalyzeCmd = &cli.Command{
|
var importAnalyzeCmd = &cli.Command{
|
||||||
|
Loading…
Reference in New Issue
Block a user