[PATCH] D47196: [Time-report ](2): Recursive timers in Clang

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 10:50:13 PDT 2018


efriedma added a comment.

> :start: means the timer was started

In some cases, the ChildTime is already non-zero at the "start" point; what does that mean?

> ActOnFunctionDeclarator:start:....._exception:

That's weird... DeclarationName::print should generally return something ASCII; do you know what kind of declaration it is?


https://reviews.llvm.org/D47196





More information about the llvm-commits mailing list