This website requires JavaScript.
Explore
Help
Sign In
pub_soft
/
abseil-cpp
Watch
3
Star
0
Fork
0
You've already forked abseil-cpp
mirror of
https://github.com/abseil/abseil-cpp.git
synced
2026-06-04 12:07:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ae164c58880063b931d81c1762d1444823be0655
abseil-cpp
/
absl
/
profiling
History
Chris Kennelly
e8e23f7a30
Avoid reentrancy in hashtable profiling during profile generation.
...
PiperOrigin-RevId: 854217867 Change-Id: I85d7a5a9025ccb107daf49dfe2ce11b0405f4de2
2026-01-09 09:12:10 -08:00
..
internal
Avoid reentrancy in hashtable profiling during profile generation.
2026-01-09 09:12:10 -08:00
BUILD.bazel
Add a missing dependency on str_format that was being
2025-11-17 11:51:17 -08:00
CMakeLists.txt
Add a missing dependency on str_format that was being
2025-11-17 11:51:17 -08:00
hashtable.cc
Revert: Add an attribute to HashtablezInfo which performs a bitwise XOR on all hashes. The purposes of this attribute is to identify if identical hash tables are being created. If we see a large number of identical tables, it's likely the code can be improved by using a common table as opposed to keep rebuilding the same one.
2025-11-18 14:34:59 -08:00
hashtable.h
Add converter for extracting SwissMap profile information into a
https://github.com/google/pprof
suitable format for inspection.
2025-07-18 10:14:42 -07:00