Home
last modified time | relevance | path

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

/aoo41x/main/bridges/test/
H A Dtestcomp.cxx556 double dRemote, dLocal,dAfterExecution; in testPerformance() local
560 dRemote = getCallsPerSecOneway( rRemote , nCalls , nDoSomething , &dAfterExecution); in testPerformance()
562 "Remote : %g s\n" , dLocal, dRemote ); 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()
574 dRemote = getCallsPerSec( rRemote , nCalls , nDoSomething ); in testPerformance()
577 "Remote=%g s\n" , dLocal, dRemote ); in testPerformance()
580 printf( "Remote/Local : %g\n", dRemote/dLocal ); in testPerformance()
582 printf( "Overhead per synchron Call [ms] %g\n" , ((dRemote - dLocal)/((double)nCalls/1000 )) ); in testPerformance()

Completed in 17 milliseconds