Home
last modified time | relevance | path

Searched refs:dLocal (Results 1 – 1 of 1) sorted by relevance

/trunk/main/bridges/test/
H A Dtestcomp.cxx556 double dRemote, dLocal,dAfterExecution; in testPerformance() local
559 dLocal = getCallsPerSecOneway( rLocal , nCalls , nDoSomething , &dAfterExecution); in testPerformance()
562 "Remote : %g s\n" , dLocal, dRemote ); in testPerformance()
563 if( dLocal > 0. ) in testPerformance()
565 printf( "Remote/Local : %g\n", dRemote/dLocal ); in testPerformance()
568 printf( "Overhead per Call [ms] %g\n" , (dRemote - dLocal)/((double)nCalls/1000 ) ); in testPerformance()
575 dLocal = getCallsPerSec( rLocal , nCalls , nDoSomething ); in testPerformance()
577 "Remote=%g s\n" , dLocal, dRemote ); in testPerformance()
578 if( dLocal > 0. ) in testPerformance()
580 printf( "Remote/Local : %g\n", dRemote/dLocal ); in testPerformance()
[all …]

Completed in 20 milliseconds