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

  /external/eigen/bench/
bench_gemm.cpp 203 std::cout << "blas real " << tblas.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tblas.total(REAL_TIMER) << "s)\n";
210 std::cout << "eigen real " << tmt.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tmt.total(REAL_TIMER) << "s)\n";
221 std::cout << "eigen mono real " << tmono.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tmono.total(REAL_TIMER) << "s)\n";
222 std::cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER))/procs << "%\n"
    [all...]
BenchTimer.h 38 REAL_TIMER = 1
73 m_starts[REAL_TIMER] = getRealTime();
78 m_times[REAL_TIMER] = getRealTime() - m_starts[REAL_TIMER];
sparse_dense_product.cpp 96 std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " << endl;
  /external/kernel-headers/original/linux/
sched.h 409 struct hrtimer real_timer; member in struct:signal_struct
    [all...]

Completed in 121 milliseconds