1
0
Fork 0
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:
Eelco Dolstra 2013-08-02 18:29:23 +00:00
parent 8e74c0bfd1
commit 46ffcce0c3
2 changed files with 8 additions and 8 deletions

View file

@ -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;