OpenSearch/core
Zachary Tong c950ea0023 Record method counts while profiling (#18302)
Invocation counts can be used to help judge the selectivity of individual query components in the context of the entire query.  E.g. a query may not look selective when run by itself (matches most of the index), but when run in context of a full search request, is evaluated only rarely due to execution order

Since this is modifying the base timing class, it'll enrich both query and agg profiles (as well as future profile results)
2016-07-14 09:46:24 -04:00
..
src Record method counts while profiling (#18302) 2016-07-14 09:46:24 -04:00
build.gradle Move netty transport and http into a module 2016-07-11 22:21:29 +02:00