aboutsummaryrefslogtreecommitdiff
path: root/gprofng/examples/mxv-pthreads/src/mxv.c
AgeCommit message (Collapse)AuthorFilesLines
2026-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
Avoid warnings about invalid escapes in etc/update-copyright.py by using raw strings, add BinutilsFilter to skip psql.rc and add "Kalray SA." as another copyright holder.
2025-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2024-01-10gprofng: add an examples directoryVladimir Mezentsev1-0/+78
This directory contains example programs for the user to experiment with. Initially there is one application written in C. The plan is to include more examples, also in other langauges, over time. In addition to the sources and a make file, a sample script how to make a profile is included. There is also a README.md file. gprofng/ChangeLog 2024-01-08 Ruud van der Pas <ruud.vanderpas@oracle.com> * examples: Top level directory. * examples/mxv-pthreads: Example program written in C.