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