Searched refs:nCalls (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/bridges/test/ |
H A D | testcomp.cxx | 555 sal_Int32 nCalls = 80000; in testPerformance() local 559 dLocal = getCallsPerSecOneway( rLocal , nCalls , nDoSomething , &dAfterExecution); in testPerformance() 560 dRemote = getCallsPerSecOneway( rRemote , nCalls , nDoSomething , &dAfterExecution); in testPerformance() 568 printf( "Overhead per Call [ms] %g\n" , (dRemote - dLocal)/((double)nCalls/1000 ) ); in testPerformance() 569 …verhead per Call after completion [ms] %g\n" , (dAfterExecution - dLocal)/((double)nCalls/1000 ) ); in testPerformance() 571 nCalls = 2000; in testPerformance() 574 dRemote = getCallsPerSec( rRemote , nCalls , nDoSomething ); in testPerformance() 575 dLocal = getCallsPerSec( rLocal , nCalls , nDoSomething ); in testPerformance() 582 printf( "Overhead per synchron Call [ms] %g\n" , ((dRemote - dLocal)/((double)nCalls/1000 )) ); in testPerformance()
|
Completed in 20 milliseconds