Searched refs:i64Start (Results 1 – 1 of 1) sorted by relevance
418 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff() local420 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()