Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ewm7891: Improve mantid-related Documentation Links #7

Merged
merged 4 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ You can interact with a demo profile [here](http://www.nbi.dk/~nvaytet/SNSPowder

[viztracer](https://github.com/gaogaotiantian/viztracer) creates similar information for generic python software

## Related Documentation

- [Mantid's AlgoTimeRegister](https://github.com/mantidproject/mantid/blob/main/docs/source/api/python/mantid/api/AlgoTimeRegister.rst) explains the under-the-hood of the timing mechanism.
ktactac-ornl marked this conversation as resolved.
Show resolved Hide resolved
- [Mantid developer profiler documentation](https://github.com/mantidproject/mantid/blob/main/dev-docs/source/AlgorithmProfiler.rst) provides additional information as to how it works with mantid.
ktactac-ornl marked this conversation as resolved.
Show resolved Hide resolved
- [Mantid User Properties File](https://github.com/mantidproject/mantid/blob/main/docs/source/concepts/PropertiesFile.rst#algorithm-profiling-settings) has some fields to be noted.
ktactac-ornl marked this conversation as resolved.
Show resolved Hide resolved


## Contact

Neil Vaytet, European Spallation Source
Expand Down
Loading