Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
GCOV-DUMP(1) | GNU | GCOV-DUMP(1) |
NAME
gcov-dump - offline gcda and gcno profile dump toolSYNOPSIS
gcov-dump [ -v|--version][-h|--help]
[-l|--long]
[-p|--positions]
[-r|--raw]
[-s|--stable]
gcovfiles
DESCRIPTION
gcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline.OPTIONS
- -h
- --help
- Display help about using gcov-dump (on the standard output), and exit without doing any further processing.
- -l
- --long
- Dump content of records.
- -p
- --positions
- Dump positions of records.
- -r
- --raw
- Print content records in raw format.
- -s
- --stable
- Print content in stable format usable for comparison.
- -v
- --version
- Display the gcov-dump version number (on the standard output), and exit without doing any further processing.
COPYRIGHT
Copyright (c) 2017-2024 Free Software Foundation, Inc.A GNU Manual
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.
2024-08-01 | gcc-14.2.0 |