BackUp LevelNext

CCFXQuery::SetTotalTime

void CCFXQuery::SetTotalTime(DWORD dwMilliseconds)

Sets the number of milliseconds that were required to process this query. This number will be displayed along with the query debug output.

dwMilliseconds

Execution time in milliseconds.

Example

The following example demonstrates the methodology used to set the total time for a query:

DWORD dwStartTime = GetCurrentTime() ;
 
...execute the query and populate it with data...
 
pQuery->SetTotalTime( GetCurrentTime() - dwStartTime ) ;

BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.