标签: android sql time clock execute
Hy,
我必须在Android上做一个应用来验证两种类型的数据库(SQLite,MySQL)的时间,所以我需要制作一个“时钟”或类似的东西来启动时间,执行一个SQL操作然后停下来,花点时间。 我该怎么做?
答案 0 :(得分:1)
System.nanoTime()或System.currentTimeMillis()。
System.nanoTime()
System.currentTimeMillis()