npk.yml 829 B

12345678910111213141516171819202122232425262728293031
  1. ## Package Base Information
  2. name: mwp-nsdk_profiling
  3. owner: nuclei
  4. description: Profiling Library for gprof and gcov
  5. type: mwp
  6. keywords:
  7. - library
  8. - gcov
  9. - gprof
  10. - profiling
  11. license: opensource
  12. homepage: https://gcc.gnu.org/onlinedocs/gcc/gcov/introduction-to-gcov.html
  13. packinfo:
  14. name: Profiling Library and stub functions for gprof and gcov
  15. doc:
  16. website: https://gcc.gnu.org/onlinedocs/gcc/gcov/introduction-to-gcov.html
  17. extra:
  18. - uri: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
  19. description: gcov introduction
  20. - uri: https://sourceware.org/binutils/docs/gprof/index.html
  21. description: gprof introduction
  22. ## Source Code Management
  23. codemanage:
  24. installdir: profiling
  25. copyfiles:
  26. - path: ["*.c", "*.h", "README.md", "*.py", "*.gdb", "images/"]
  27. incdirs:
  28. - path: ["./"]