Searched defs:c_t (Results 1 - 1 of 1) sorted by relevance

/external/capstone/suite/
H A Dbenchmark.py100 c_t = 0 variable
108 c_t += time() - t1
110 print "Benchmark - full obj:", c_t, "seconds"
114 c_t = 0 variable
122 c_t += time() - t1
124 print "Benchmark - lite:", c_t, "seconds"

Completed in 194 milliseconds