mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5351 remove printf
git-svn-id: file:///svn/toku/tokudb@49916 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1fbd9dd387
commit
f0a8035a35
1 changed files with 0 additions and 4 deletions
|
@ -140,8 +140,6 @@ void locktree_unit_test::test_simple_lock(void) {
|
|||
invariant(r == 0);
|
||||
}
|
||||
t1 = current_time_usec();
|
||||
printf(PRId64 " locks acquired in %zd usec, %lf locks/sec\n",
|
||||
num_locks, t1 - t0, num_locks / ((t1 - t0*1.0) / 1000000));
|
||||
|
||||
t0 = current_time_usec();
|
||||
for (int64_t i = 0; i < num_locks; i++) {
|
||||
|
@ -149,8 +147,6 @@ void locktree_unit_test::test_simple_lock(void) {
|
|||
lt->remove_overlapping_locks_for_txnid(txnid_a, &k, &k);
|
||||
}
|
||||
t1 = current_time_usec();
|
||||
printf(PRId64 " locks released in %zd usec, %lf locks/sec\n",
|
||||
num_locks, t1 - t0, num_locks / ((t1 - t0*1.0) / 1000000));
|
||||
|
||||
toku_free(keys);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue