Can we use the TVM to get the cache hit rate of memory access?

In the tutorial: How to optimize GEMM on CPU, it says that an important trick to enhance the cache hit rate is blocking. How can we know if blocking really enhances the cache hit rate? Can we use the TVM to get the cache hit rate of memory access?