Code review comment for lp:~prafulla-t/drizzle/drz-fast-timer-and-time-profile-refactoring

Revision history for this message
PrafullaT (prafulla-t) wrote :

> If we don't print but only collect timing information, how does it effect
> performance ?

If we have TIME_PROFILE_ON define'ed, it collects timing information as well as
prints it at the end of query execution using errmsg_printf,
This printing is what should be causing performance degradation.
In current branch TIME_PROFILE_ON is off by default, and hence performance
is pretty much within norm.

--
Thanks
Prauflla

« Back to merge proposal