Displaying 1 result from an estimated 1 matches for "dqqgqk".
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
...'m being compiled with XRay!" << std::endl;
}
---->8 test.cc 8<----
$ XRAY_OPTIONS='verbosity=1' xray-llvm-build/bin/clang -o test.bin -O3 -x c++ -stdlib=libstdc++ test.cc
You should then see two lines similar to the following printed:
XRay: Log file in 'xray-log.DqqGQk'
4) Once you have one of those XRay log files, we can then use the 'xray-fc-account' tool built in the llvm-build/bin directory (in step 1). Warning: there's a lot of output in this step, I suggest piping to files. Example session:
$ llvm-build/bin/xray-fc-account xray-log.DqqGQk...