Hi Matt, Did you expect to reply here? -- Steve On Thu, 23 Aug 2018 20:20:20 +0000 Matthew Helsley <mhelsley@xxxxxxxxxx> wrote: > > On Aug 22, 2018, at 8:41 AM, Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> wrote: > > > > This patch extends the KernelShark Plotting library, by adding > > a C++ API for drawing CPU and Task Graphs. > > > > Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> > > --- > > kernel-shark-qt/src/CMakeLists.txt | 3 +- > > kernel-shark-qt/src/KsPlotTools.cpp | 1009 +++++++++++++++++++++++++++ > > kernel-shark-qt/src/KsPlotTools.hpp | 440 ++++++++++++ > > 3 files changed, 1451 insertions(+), 1 deletion(-) > > create mode 100644 kernel-shark-qt/src/KsPlotTools.cpp > > create mode 100644 kernel-shark-qt/src/KsPlotTools.hpp