Update documentation (#53)

- updated info about OMNITRACE_USE_MPI
- removed wiki links
- info about metadata.json
- update HW counters and fix typos
- fix update-docs.sh
이 커밋은 다음에 포함됨:
Jonathan R. Madsen
2022-05-08 02:51:35 -05:00
커밋한 사람 GitHub
부모 134b33320d
커밋 bab90baf0b
5개의 변경된 파일571개의 추가작업 그리고 187개의 파일을 삭제
-6
파일 보기
@@ -49,9 +49,3 @@ have different contextual meanings, e.g., omnitrace's meaning of the term "modul
- Due to language constructs or compiler optimizations, it may be possible for multiple functions to overlap (that is, share part of the same function body) or for a single function to have multiple entry points
- In practice, it is impossible to determine the difference between multiple overlapping functions and a single function with multiple entry points
- By default, omnitrace avoids instrumenting overlapping functions
## Additional Notes
The ["Data granularity in profiler types"](https://en.wikipedia.org/wiki/Profiling_(computer_programming)#Data_granularity_in_profiler_types) section of
the Wikipedia ["Profiling (computer programming)"](https://en.wikipedia.org/wiki/Profiling_(computer_programming)) page may be a useful reference in understanding
the different profiling modes and their trade-offs.