Commit Graph

37 Commits (69ec8356b2bd1550fcb4ac53f65564624691764d)

Author SHA1 Message Date
Aaron Gao 4c9d2b1046 remove #include port/port.h in public header file 8 years ago
Nikhil Benesch 11c5d4741a cross-platform compatibility improvements 8 years ago
Tomas Kolda c1fbf91b2f Fixing Solaris Sparc crash due to cached TLS 8 years ago
Andrew Kryczka e2c6c06366 add TimedEnv 8 years ago
Orgad Shaneh 6401a8b76b Fix build with MinGW 8 years ago
Mike Kolupaev 236d4c67e9 Less linear search in DBIter::Seek() when keys are overwritten a lot 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
sdong 0930e5e99f Update comments on include/rocksdb/perf_context.h 9 years ago
sdong 3996770d0b Add comments to perf_context skip counters 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Dmytro Ivchenko aa5e3b7c04 PerfContext::ToString() add option to exclude zero counters 9 years ago
Yueh-Hsuan Chiang 29a47cd2b8 Include the time unit in the comment of perf_context timers 9 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 9 years ago
Dmitri Smirnov 247690fe38 Ensure Windows build w/o port/port.h in public headers 9 years ago
sdong 76d3cd3286 Fix public API dependency on internal codes and dependency on MAX_INT32 9 years ago
sdong a6e38fd170 Fix a uncleaned counter in PerfContext::Reset() 9 years ago
sdong 041b6f95a2 perf_context: report time spent on reading index and bloom blocks 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Mike Kolupaev ec7a944360 more times in perf_context and iostats_context 10 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 10 years ago
Igor Canadi 3cf7f353d9 Instrument memtable seeks 10 years ago
sdong 6d6305dd7d Perf Context to report DB mutex waiting time 10 years ago
sdong 36de0e5359 Add a function to return current perf level 10 years ago
Lei Jin 92c1eb0291 macros for perf_context 11 years ago
Igor Canadi bcd1f15b60 Remove -Wno-unused-const-variable 11 years ago
Igor Canadi 51023c3911 Make RocksDB compile for iOS 11 years ago
Lei Jin 04298f8c33 output perf_context in db_bench readrandom 11 years ago
Siying Dong 3e35aa6412 Revert "Allow users to profile a query and see bottleneck of the query" 11 years ago
Siying Dong b135d01e7b Allow users to profile a query and see bottleneck of the query 11 years ago
Siying Dong 3d8ac31d71 Allow users to profile a query and see bottleneck of the query 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 11 years ago
Haobo Xu 2fb361ad98 [RocksDB] Add perf_context.wal_write_time to track time spent on writing the recovery log. 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Haobo Xu 71046971f0 [RocksDB] Added perf counters to track skipped internal keys during iteration 11 years ago
Haobo Xu f2f4c8072f [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu d9dd2a1926 [RocksDB] Expose thread local perf counter for low overhead, per call level performance statistics. 11 years ago