Re: GCC -ftime-trace

2023-02-13 Thread NightStrike via Gcc
On Sat, Feb 11, 2023, 14:37 Basile Starynkevitch wrote: > Modifying the pass manager > https://gcc.gnu.org/onlinedocs/gccint/Pass-manager.html#Pass-manager to > use clock_gettime system call. See > https://man7.org/linux/man-pages/man2/clock_gettime.2.html Since we can now use c++11, std::chron

Re: GCC -ftime-trace

2023-02-13 Thread Richard Biener via Gcc
On Sat, Feb 11, 2023 at 8:37 PM Basile Starynkevitch wrote: > > Hello all, > > Shivansh Khare wrote: > > > > I have looked into the different starter projects that are offered in the > > [Wiki GSoC page](https://gcc.gnu.org/wiki/SummerOfCode) and I was > > particularly interested in the `-ftime-tr

GCC -ftime-trace

2023-02-11 Thread Basile Starynkevitch
Hello all, Shivansh Khare wrote: I have looked into the different starter projects that are offered in the [Wiki GSoC page](https://gcc.gnu.org/wiki/SummerOfCode) and I was particularly interested in the `-ftime-trace` project. The following is what is given as a short description about the pr