How to use dot trace nuget package for linux

I added dot trace nuget package 

JetBrains.dotTrace.CommandLineTools.linux-x64 -Version 2020.3.2

for linux but not able to find how I can run it and where I can find it

Could you please guide me here?

1
1 comment

By default NuGet packages are placed in the system "packages" folder.

If you don't want to include dotTrace command-line tools in your project, it is more convenient to use a zip-archive available here: https://www.jetbrains.com/profiler/download/#section=commandline
Documentation is available here: https://www.jetbrains.com/help/profiler/Performance_Profiling__Profiling_Using_the_Command_Line.html#console_profiler

 

0

Please sign in to leave a comment.