Ue3DFree Unreal Engine Free Assets

Micro Benchmark Profiler Tool For Blueprint And Code Performance Timing

3.00UE

Link Source Fab Unreal Engine

Short Description

Micro Benchmark Profiler Tool ? Benchmark Blueprint and code performance with this lightweight profiler for precise optimization.

Description

Micro Benchmark Profiler Tool for Blueprint and Code Performance Timing

Have you ever looked at a few lines of your code or a block of
Blueprint nodes and asked yourself: “I wonder how long this block
takes?” Well, wonder no more — measure it!

With MicroBenchmark, call Tic
(in Blueprints or C++) before the block in question and
Toc directly after. You instantly get a timing
profile of the execution time with nanosecond accuracy. Optimize
your code by comparing different implementations, find out if
native C++ code is faster compared to pure Blueprints, identify
bottlenecks and get a better understanding of your code’s
performance.

Tutorial &
Documentation
| Support Forum

Changelog:

  • 2022-12-11: UE 5.1 compatibility update
  • 2022-07-10: Fixed bug in seconds display

Related Products