MiniProfiler alternatives and similar packages
Based on the "Profiler" category.
Alternatively, view MiniProfiler alternatives based on common mentions on social networks and blogs.
-
Unchase.FluentPerformanceMeter
:hammer: Make the exact performance measurements of the public methods for public classes using this NuGet Package with fluent interface. Requires .Net Standard 2.0+. It is an Open Source project under Apache-2.0 License.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MiniProfiler or a related project?
README
MiniProfiler for .NET (and .NET Core)
Welcome to MiniProfiler for .NET, ASP.NET, ASP.NET Core, ASP.NET MVC and generally all the combinations of those words. Documentation for MiniProfiler for .NET is in /docs
, accessible via GitHub pages at: miniprofiler.com/dotnet. General information for MiniProfiler across platforms can be found at miniprofiler.com. It is part of the .NET Foundation, and operates under their code of conduct.
The current major version of MiniProfiler is v4.
Handy Links
- Documentation
- Samples
Building
To build the MiniProfiler solution in Visual Studio, you'll need:
- Visual Studio 2019 16.3+ (or the .NET Core 3.x SDK)
- The Web Compiler extension
- Note: no extension is needed if building via
build.cmd
orbuild.ps1
in the repository root. They pull it in via a package.
- Note: no extension is needed if building via
After a clone, running build.cmd
. To create packages, use build.cmd -CreatePackages $true
and it'll output them in the .nukpgs\
folder.
Package Status
MyGet Pre-release feed: https://www.myget.org/gallery/miniprofiler
<!-- Gen script: https://gist.github.com/NickCraver/33a825aca1fd0893ea019976a2f98850 -->
License
MiniProfiler is licensed under the MIT license.
*Note that all licence references and agreements mentioned in the MiniProfiler README section above
are relevant to that project's source code only.