|
Try outputting GetTickCounts before the call to the
cfx and after calling the CFX - this will give you the real time that the CFX
took. For example:
<cfset
StartTick=GetTickCount()>
<cfx_odsmime ... > <cfset EndTick=GetTickCount()>
<cfoutput>MIME decoding took
#evaluate(EndTick-StartTick)# ms.</cfoutput>
HTH,
Howie
|
- [iMS] cfx_odsmime Bernd VanSkiver
- [iMS] cfx_odsmime Raven R. Cecil
- Re: [iMS] cfx_odsmime Howie Hamlin
- [iMS] cfx_odsmime Raven R. Cecil
- Re: [iMS] cfx_odsmime Howie Hamlin
- RE: [iMS] cfx_odsmime Raven R. Cecil
- [iMS] cfx_odsmime Justin MacCarthy
- RE: [iMS] cfx_odsmime Robert Forsyth
- [iMS] CFX_ODSMIME Lichtenfeld
- RE: [iMS] CFX_ODSMIME Howie Hamlin
- RE: [iMS] CFX_ODSMIME Lichtenfeld
