https://github.com/studyresearchprojects/dhat-profiler-viewer
A fork from Valgrind's DHAT (Dynamic Heap Allocation Tool) Profiler Viewer v3.17.0 for inspecting dhat-rs reports
https://github.com/studyresearchprojects/dhat-profiler-viewer
dhat dhat-rs profiler valgrind viewer
Last synced: 5 months ago
JSON representation
A fork from Valgrind's DHAT (Dynamic Heap Allocation Tool) Profiler Viewer v3.17.0 for inspecting dhat-rs reports
- Host: GitHub
- URL: https://github.com/studyresearchprojects/dhat-profiler-viewer
- Owner: StudyResearchProjects
- Created: 2021-06-26T01:24:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T22:34:35.000Z (about 5 years ago)
- Last Synced: 2025-10-13T08:43:38.462Z (9 months ago)
- Topics: dhat, dhat-rs, profiler, valgrind, viewer
- Language: Makefile
- Homepage: https://estebanborai.github.io/dhat-profiler-viewer/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dhat-profiler-viewer
A fork from Valgrind's DHAT (Dynamic Heap Allocation Tool) Profiler
Viewer v3.17.0 for inspecting dhat-rs reports
## Motivation
In order to have quick access to DHAT Viewer from whenever I'am I decided to fork and host a GitHub Pages instance
of Valgrind's DHAT Viewer compatible with [dhat-rs](https://github.com/nnethercote/dhat-rs) minimum required version.
## Extended Features
- In order to have the page load arbitrary params, support to load files from URL query param is provided.
```
https://estebanborai/dhat-profiler-viewer?report=
```
## License
Valgrind is licensed under the The GNU General Public License, version 2.
The valgrind/*.h headers that you may wish to include in your code (eg. valgrind.h, memcheck.h, helgrind.h, etc.)
are distributed under a BSD-style license, so you may include them in your code without worrying about license conflicts.
Some of the PThreads test cases, pth_*.c, are taken from "Pthreads Programming" by Bradford Nichols, Dick Buttlar &
Jacqueline Proulx Farrell, ISBN 1-56592-115-1, published by O'Reilly & Associates, Inc.