lundi 29 juin 2015

Get real SQLite run time?

on SQLite one can use

sqlite> .timer ON

to get the execution time for a command. The version I currently have only has

CPU Time: user 0.000000 sys 0.000000

while newer version has a "real time" value. e.g.

Run Time: real 36.591 user 17.362911 sys 1.809612

Is there a way to calculate the real elapsed time of execution or how to make the "user time" and "sys time" make more useful?

Aucun commentaire:

Enregistrer un commentaire