Home
last modified time | relevance | path

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

/trunk/main/bridges/test/
H A Dtestcomp.cxx540 double dRemote, dLocal,dAfterExecution; in testPerformance() local
544 dRemote = getCallsPerSecOneway( rRemote , nCalls , nDoSomething , &dAfterExecution); in testPerformance()
546 "Remote : %g s\n" , dLocal, dRemote ); in testPerformance()
549 printf( "Remote/Local : %g\n", dRemote/dLocal ); in testPerformance()
552 printf( "Overhead per Call [ms] %g\n" , (dRemote - dLocal)/((double)nCalls/1000 ) ); in testPerformance()
558 dRemote = getCallsPerSec( rRemote , nCalls , nDoSomething ); in testPerformance()
561 "Remote=%g s\n" , dLocal, dRemote ); in testPerformance()
564 printf( "Remote/Local : %g\n", dRemote/dLocal ); in testPerformance()
566 printf( "Overhead per synchron Call [ms] %g\n" , ((dRemote - dLocal)/((double)nCalls/1000 )) ); in testPerformance()