jianzhi2010 / LQSqlMonitor

Find out the execution time of SQLite query in iOS app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LQSqlMonitor

LQSqlMonitor helps you find out the execution time of SQLite query in iOS app.

Sample output

SELECT * FROM t_user WHERE createdTime <= '2017-01-01' ORDER BY name DESC | executeTime:100.85ms

About

Find out the execution time of SQLite query in iOS app.

License:MIT License


Languages

Language:C 58.5%Language:Objective-C 41.5%