OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchfile
(Results
1 - 3
of
3
) sorted by null
/external/eigen/bench/
bench_multi_compilers.sh
4
echo "Usage: $0 compilerlist.txt
benchfile
.cpp"
8
benchfile
=$2
13
# for each compiler, compile
benchfile
and run the benchmark
19
# echo "${CLIST[$i]} $
benchfile
-I.. -o bench~"
21
${CLIST[$i]} $
benchfile
-I.. -o .bench && ./.bench 2> /dev/null
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go
101
var
benchfile
string
var
208
flag.StringVar(&
benchfile
, "bench", "", "append benchmark times to `file`")
504
if
benchfile
!= "" {
505
if err := writebench(
benchfile
); err != nil {
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go
101
var
benchfile
string
var
208
flag.StringVar(&
benchfile
, "bench", "", "append benchmark times to `file`")
504
if
benchfile
!= "" {
505
if err := writebench(
benchfile
); err != nil {
Completed in 259 milliseconds