#dottrace

Khalid Pro Max⚡️khalidabuhakmeh
2025-04-17

Having and from is a godsend when solving production issues.

Khalid Pro Max⚡️khalidabuhakmeh
2025-03-04

I just want to point out to folks doing performance profiling that and work great cross-platform.

2024-11-10

I have just published packages for #JetBrains #DataGrip, #dotTrace, #dotMemory, and #github-cli, for #Guix.

Previously packaged #Rider and #dotnet, and things are looking promising for developing .NET on Guix.

I probably won't have time to test it properly until January,

Get some errors when trying Azure CLI, so I need to look closer into that.

#mono is notably missing, but I'm confused about Mono Project, #wine fork and the .NET runtime mono repository.

codeberg.org/simendsjo/dotfile

Alvin Ashcraft 🐿️alvinashcraft@hachyderm.io
2024-11-08
2024-10-30

Бескультурная сказка про Dottrace

Короткая зарисовка о том, почему важно осознанно писать каждую строчку кода, каждый символ. А заодно и небольшой мастер-класс по использованию dottrace и класса string одновременно.

habr.com/ru/companies/skbkontu

#net #c# #c#net #производительность #dottrace #performance #трейсинг #микрооптимизация

Khalid Pro Max⚡️khalidabuhakmeh
2023-12-14

I’m reading up on profiling tools like and and realized that and collection expressions might be the source of many performance headaches.

The main reason is you can't specify a collection size, which means the underlying array will likely go through a few resizes.

List<int> list = [];
for (int i = 0; i < 1000000; i++)
{
    list.Add(i);
}
2023-07-11

The #BenchmarkDotNet library is now better with #JetBrains #dottrace

🔥Introducing the DotTraceDiagnoser – a powerful tool for deep-diving into benchmark performance snapshots.

Learn how to uncover the performance mysteries in your codebase here👉

jb.gg/dttrce-bnchmrk (post by @khalidabuhakmeh)

#benchmarking #dotnet #csharp

Khalid Pro Max⚡️khalidabuhakmeh
2023-05-01

@tomap If you use and , you have access to in-code profiling. Check out the package below. There's also `dotnet-monitor` which is a global tool you can install.

I prefer the package as it can be triggered by code logic.

nuget.org/packages/JetBrains.P

Khalid Pro Max⚡️khalidabuhakmeh
2023-02-22

A magical thing just happened. @maartenballiauw sent me a snapshot from a machine and I opened it on

This opens up a world of opportunities for team members to help each other on their terms. Tear down the walls and works together. It's amazing!

dotTrace on macOS looking at a Windows snapshot

Today I not only found out about #dotTrace running on non-Windows now, but #MSBuild structured log viewer is as well, for three years actually. I totally missed that and they both make me so giddy I can't sleep. Thanks #dotnet people ❤️

2023-02-20

Is that... The #JetBrains #dotTrace #profiler on a Mac M1? Why yes, yes it is! #dotnet

Screenshot of the dotTrace profiler running on a Mac M1
Khalid Pro Max⚡️khalidabuhakmeh
2023-02-17

Folks trying out on for , be sure to use the "Standalone" for the application type in your run configuration.

dotTrace application types
Khalid Pro Max⚡️khalidabuhakmeh
2023-02-17

Wow! This is real. running on macOS.

dotTrace running on macOS.
Khalid Pro Max⚡️khalidabuhakmeh
2023-02-17

Everybody stay calm, but is now available natively on macOS. That means you can profile your x64 and ARM64 apps on macOS without a Windows VM.

blog.jetbrains.com/dotnet/2023

https://blog.jetbrains.com/dotnet/2023/02/17/resharper-2023-1-eap-5/

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst