Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trimOutput (0.1 sec)

  1. src/testing/benchmark.go

    	}
    	if !b.missingBytes {
    		r.Bytes += other.Bytes
    	}
    	r.MemAllocs += uint64(other.AllocsPerOp())
    	r.MemBytes += uint64(other.AllocedBytesPerOp())
    }
    
    // trimOutput shortens the output from a benchmark, which can be very long.
    func (b *B) trimOutput() {
    	// The output is likely to appear multiple times because the benchmark
    	// is run multiple times, but at least it will be seen. This is not a big deal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top