Commit Graph

54 Commits (cb1bf09bfc912472b380d09ee2b733a6684457d7)

Author SHA1 Message Date
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Shi Feng 01e6badbb6 Introduce CPU timers for iterator seek and next (#5076) 6 years ago
Zhongyi Xie 00ed41daee Allow copy for PerfContext objects (#4919) 6 years ago
Andrew Kryczka 8ec3e72551 Cache dictionary used for decompressing data blocks (#4881) 6 years ago
Yanqin Jin 75714b4c08 Initialize two members in PerfContext (#4859) 6 years ago
Alexander Zinoviev 80bf8975fd Add a new per level counter for block cache hit (#4796) 6 years ago
Siying Dong da1c64b6e7 Introduce a CPU time counter in perf_context (#4741) 6 years ago
Anand Ananthabhotla 1b01d23be2 Add PerfContext counters for index/filter block cache stats (#4540) 6 years ago
Zhongyi Xie b313019326 use per-level perfcontext for DB::Get calls (#4617) 6 years ago
Zhongyi Xie d6ec288703 Add PerfContextByLevel to provide per level perf context information (#4226) 6 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 6 years ago
Mike Kolupaev affe01b0d5 Improve write time breakdown stats 7 years ago
Manuel Ung e03377c7fd Add lock wait time as a perf context counter 7 years ago
Andrew Kryczka ed0a4c93ef perf_context measure user bytes read 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao 0025a36409 revert perf_context and io_stats to __thread 8 years ago
Aaron Gao 7f6c02dda1 using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 8 years ago
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 10 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 11 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