This PR adds a statistics provider cache, which allows an individual target to keep a rolling tally of it's total time and number of invocations for a given summary provider. This information is then available in statistics dump to help slow summary providers, and gleam more into insight into LLDB's time use.
3 lines
47 B
Makefile
3 lines
47 B
Makefile
CXX_SOURCES := main.cpp
|
|
include Makefile.rules
|