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
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
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