Announcement

Collapse
No announcement yet.

LLVM Clang 9.0 Adds "-ftime-trace" To Produce Useful Time Trace Profiling Data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM Clang 9.0 Adds "-ftime-trace" To Produce Useful Time Trace Profiling Data

    Phoronix: LLVM Clang 9.0 Adds "-ftime-trace" To Produce Useful Time Trace Profiling Data

    LLVM has merged a very useful feature for the Clang 9.0 release this autumn: the -ftime-trace feature allows producing time trace profiling data in a friendly format that is useful for developers to better understand where the compiler is spending most of its time and other areas for improvement...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Didn't knew about chrome://tracing !

    Can I use it to visualize my program execution profile (as recored by valgrind/callgrind for instance) ?

    Comment

    Working...
    X