We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddd0d0 commit a9f51aaCopy full SHA for a9f51aa
tcmalloc/malloc_extension.h
@@ -508,14 +508,6 @@ class MallocExtension final {
508
// The old names to get and set profile sampling intervals used "rate" to
509
// refer to intervals. Use of the below is deprecated to avoid confusion.
510
ABSL_DEPRECATE_AND_INLINE()
511
- static int64_t GetProfileSamplingRate() {
512
- return GetProfileSamplingInterval();
513
- }
514
- ABSL_DEPRECATE_AND_INLINE()
515
- static void SetProfileSamplingRate(int64_t rate) {
516
- SetProfileSamplingInterval(rate);
517
518
519
static int64_t GetGuardedSamplingRate() {
520
return GetGuardedSamplingInterval();
521
}
0 commit comments