home.social

#dottrace — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dottrace, aggregated by home.social.

  1. 🎀 Day 8 of the #SitecoreCommunity #AdventCalendar is brought to us by Adam Najmanowicz!

    Learn how to extend #Sitecore to do performance profiling with #JetBrains #dotTrace APIs. 17 more jolly posts coming your way this December!

    scadvent.com/2025/improve-your

  2. Is it possible to control the installation directory and especially drive of #dottrace
    Can't seem to find any setting in the installer menu?

    #jetbrains #dotnet

  3. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  4. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  5. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  6. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  7. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  8. I have just published packages for , , , and -cli, for .

    Previously packaged and , 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.

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

    codeberg.org/simendsjo/dotfiles

  9. 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

  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

  11. 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

  12. 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

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

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

    habr.com/ru/companies/skbkontu

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

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

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

    habr.com/ru/companies/skbkontu

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

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

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

    habr.com/ru/companies/skbkontu

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

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

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

    habr.com/ru/companies/skbkontu

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

  17. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp 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.

  18. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp 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.

  19. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp 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.

  20. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp 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.

  21. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp 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.

  22. 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

  23. @tomap If you use #dotMemory and #dotTrace, 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

  24. A magical thing just happened. @maartenballiauw sent me a #dotTrace snapshot from a #windows machine and I opened it on #macos

    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! #dotnet

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

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

    blog.jetbrains.com/dotnet/2023