-
Notifications
You must be signed in to change notification settings - Fork 275
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
Added documentation for Performance Analyzer #3924
base: main
Are you sure you want to change the base?
Conversation
The Performance Analyzer NuGet is designed to track and log performance metrics for methods in single or multi-threaded environments. It provides developers with an easy way to monitor execution times and track method calls across systems by logging performance data to the storage of their choice. | ||
|
||
> [!INSTALL] | ||
> The NuGet can be installed by downloading [Skyline.DataMiner.Utils.PerformanceAnalyzer](). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link needs to be added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still waiting for approval to make the NuGet public.
> The NuGet can be installed by downloading [Skyline.DataMiner.Utils.PerformanceAnalyzer](). | ||
|
||
> [!NOTE] | ||
> The NuGet can be used as standalone tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note is not really clear... I assume this means that the NuGet works on its own and the LCA is optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
user-guide/Standard_Apps/Monitoring_Solutions/Performance_Analyzer/Performance_Analyzer.md
Outdated
Show resolved
Hide resolved
|
||
![Performance Analyzer LCA](~/user-guide/images/performance_analyzer_lca.png) | ||
|
||
1. **Performance Analyzer Metrics Folder**: Defines the folder where performance data files are located. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a default folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should refer to the readme on the GitHub repo instead of adding the documentation here?
No description provided.