HomeSort by relevance Sort by last modified time
    Searched full:threadring (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
timing.log 132 threadring 50000000
133 gcc -O2 threadring.c -lpthread 35.51u 160.21s 199.50r
134 gccgo -O2 threadring.go 90.33u 459.95s 448.03r
135 gc threadring 33.11u 0.00s 33.14r
136 GOMAXPROCS=4 gc threadring 114.48u 226.65s 371.59r
138 gc threadring 28.41u 0.01s 29.35r
139 GOMAXPROCS=4 gc threadring 112.59u 232.83s 384.72r
225 threadring 50000000
226 gcc -O2 threadring.c -lpthread 30.91u 164.33s 204.57r
227 gccgo -O2 threadring.go 87.12u 460.04s 447.61
    [all...]
timing.sh 223 threadring() { function
224 runonly echo 'threadring 50000000'
225 run "gcc $gccm -O2 threadring.c -lpthread" a.$EXE 50000000
226 run 'gccgo -O2 threadring.go' a.$EXE -n 50000000
227 run 'gc threadring' a.$EXE -n 50000000
239 run="fasta revcomp nbody binarytree fannkuch regexdna spectralnorm knucleotide mandelbrot meteor pidigits threadring chameneos"
  /prebuilts/go/linux-x86/test/bench/shootout/
timing.log 132 threadring 50000000
133 gcc -O2 threadring.c -lpthread 35.51u 160.21s 199.50r
134 gccgo -O2 threadring.go 90.33u 459.95s 448.03r
135 gc threadring 33.11u 0.00s 33.14r
136 GOMAXPROCS=4 gc threadring 114.48u 226.65s 371.59r
138 gc threadring 28.41u 0.01s 29.35r
139 GOMAXPROCS=4 gc threadring 112.59u 232.83s 384.72r
225 threadring 50000000
226 gcc -O2 threadring.c -lpthread 30.91u 164.33s 204.57r
227 gccgo -O2 threadring.go 87.12u 460.04s 447.61
    [all...]
timing.sh 223 threadring() { function
224 runonly echo 'threadring 50000000'
225 run "gcc $gccm -O2 threadring.c -lpthread" a.$EXE 50000000
226 run 'gccgo -O2 threadring.go' a.$EXE -n 50000000
227 run 'gc threadring' a.$EXE -n 50000000
239 run="fasta revcomp nbody binarytree fannkuch regexdna spectralnorm knucleotide mandelbrot meteor pidigits threadring chameneos"
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 133 func threadRing(bufsize int) {
145 Println("did threadring of", bufsize)
150 threadRing(0)
151 threadRing(1)
  /prebuilts/go/linux-x86/test/stress/
runstress.go 133 func threadRing(bufsize int) {
145 Println("did threadring of", bufsize)
150 threadRing(0)
151 threadRing(1)

Completed in 2121 milliseconds