Skip to content

Commit

Permalink
Decrease memprof backtrace shift.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Mar 15, 2023
1 parent 969e239 commit 3743622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memprof/memprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <cstddef>
#include <functional>

constexpr std::size_t BACKTRACE_SHIFT = 2;
constexpr std::size_t BACKTRACE_SHIFT = 1;
constexpr std::size_t BACKTRACE_HASHED_LENGTH = 6;
constexpr std::size_t BACKTRACE_LENGTH = 10;

Expand Down

0 comments on commit 3743622

Please sign in to comment.