Integration of the Shiny lightweight intrusive profiler.

This commit is contained in:
bubnikv 2016-09-14 11:43:38 +02:00
parent 4c67230436
commit b1575b4dcb
21 changed files with 2730 additions and 0 deletions

View file

@ -116,6 +116,26 @@ src/slic3r/GUI/3DScene.cpp
src/slic3r/GUI/3DScene.hpp
src/slic3r/GUI/GUI.cpp
src/slic3r/GUI/GUI.hpp
src/Shiny/Shiny.h
src/Shiny/ShinyData.h
src/Shiny/ShinyManager.h
src/Shiny/ShinyNodePool.h
src/Shiny/ShinyOutput.h
src/Shiny/ShinyTools.h
src/Shiny/ShinyZone.h
src/Shiny/ShinyConfig.h
src/Shiny/ShinyMacros.h
src/Shiny/ShinyNode.h
src/Shiny/ShinyNodeState.h
src/Shiny/ShinyPrereqs.h
src/Shiny/ShinyVersion.h
src/Shiny/ShinyManager.c
src/Shiny/ShinyNode.c
src/Shiny/ShinyNodePool.c
src/Shiny/ShinyNodeState.c
src/Shiny/ShinyOutput.c
src/Shiny/ShinyTools.c
src/Shiny/ShinyZone.c
src/xsinit.h
t/01_trianglemesh.t
t/03_point.t