mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
In the profiler output, show function names (if available)
This commit is contained in:
parent
8e74c0bfd1
commit
46ffcce0c3
2 changed files with 8 additions and 8 deletions
|
@ -260,7 +260,7 @@ private:
|
|||
typedef std::map<Symbol, unsigned int> PrimOpCalls;
|
||||
PrimOpCalls primOpCalls;
|
||||
|
||||
typedef std::map<Pos, unsigned int> FunctionCalls;
|
||||
typedef std::map<ExprLambda *, unsigned int> FunctionCalls;
|
||||
FunctionCalls functionCalls;
|
||||
|
||||
typedef std::map<Pos, unsigned int> AttrSelects;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue