Articles by Tag #profiler

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Say Goodbye to console.time() and Hello to performance.mark()!

As JavaScript developers, our primary goals can typically be summed up within three very broad...

Learn More 5 3Oct 18 '25

Android Profiler – CPU & Thread Reality Every Senior Developer Learns the Hard Way

A senior-level guide to understanding CPU performance, threads, and UI jank using Android Profiler and System Trace. Learn how real performance problems actually surface.

Learn More 0 0Dec 17 '25

Android Profiler – Memory, GC, and Leaks That Slowly Kill Performance

A senior-level guide to understanding memory behavior, garbage collection, and memory leaks using Android Memory Profiler. Learn why GC does not save you from performance problems.

Learn More 0 0Dec 17 '25

Jetpack Compose Performance – System Trace, Recomposer, and the Truth About Frames

A senior-level guide to Jetpack Compose performance using System Trace. Learn how Recomposer, Snapshot, and frame deadlines really affect UI smoothness.

Learn More 0 0Dec 17 '25

eBPF Tutorial by Example 32: Wall Clock Profiling with Combined On-CPU and Off-CPU Analysis

Performance bottlenecks can hide in two very different places. Your code might be burning CPU cycles...

Learn More 0 0Dec 16 '25

Android Profiler – Common Misreads That Lead to False Optimizations

Senior-level mistakes when reading Android Profiler data. Learn how developers misinterpret CPU, Memory, Compose, and System Trace results and optimize the wrong things.

Learn More 0 0Dec 17 '25

Code Profiling 101: Tools and Techniques to Boost Performance – Part 1

There can be situations where you deal with performance issues in your code. So identifying the root...

Learn More 15 0Dec 8 '25

AWS Lambda Profiler Extension for Java- Part 2 Improving Lambda performance with Lambda SnapStart and priming

Introduction In part 1 of the series, we introduced the recently released AWS Lambda...

Learn More 0 0Mar 26 '25

AWS Lambda Profiler Extension for Java- Part 1 Introduction

Introduction AWS recently released AWS Lambda Profiler Extension for Java. The Lambda...

Learn More 8 0Mar 24 '25

New features for gpumkat

Added a custom lsp server with formatting, linting, semantic token highlighting, along with adding...

Learn More 2 0Aug 3 '25

New features for gpumkat

Added more visualisation options: histogram, 3d surface, added converting images to buffers as image...

Learn More 0 0Apr 5 '25