Reporting Internal Functions

Volkan YAZICI volkan.yazici at gmail.com
Sat Aug 23 12:05:14 UTC 2014


Hi,

I have a function as follows.

    @Benchmark
    void f() {
        g(h());
    }

Put another way, f() is an entry point for g() and h(). Is it possible to
make JMH to measure the performance of g() and h() individually?

Best.


More information about the jmh-dev mailing list