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

Anton Afanasyev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 04:09:41 PST 2018


anton-afanasyev added a comment.

In D47196#1324540 <https://reviews.llvm.org/D47196#1324540>, @Trass3r wrote:

> Is this still in progress?


AFAIK, this is abandoned by author now. I'm working on other implementation which is similar but with another angle of view. The implementation projected by author measures time of _compiler_ code, whereas _user_ source code compilation time looks more useful.
There are also another two differentials related to this one which may require revertion: https://reviews.llvm.org/D45619 and https://reviews.llvm.org/D43578.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47196/new/

https://reviews.llvm.org/D47196





More information about the cfe-commits mailing list