Skip to content
Commit ec5344eb authored by Jason Evans's avatar Jason Evans
Browse files

Optimize ExtractSymbols (pprof).

Modify ExtractSymbols to operate on sorted PCs and libraries, in order
to reduce computational complexity from O(N*M) to O(N+M).
parent a5361013
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment