Using with_flops argument of Profiler

In the profiler documentation we have an argument called with_flops. When I set that value to True the exported profile in the json format had a huge size. However, I could tell how useful is this argument. I also tried to autocomplete the profile object, but I couldn’t pick anything that seemed to be related to the number of FLOPS.

How to use this properly?

Thanks in advance.