mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Integration of the Shiny lightweight intrusive profiler.
This commit is contained in:
parent
4c67230436
commit
b1575b4dcb
21 changed files with 2730 additions and 0 deletions
20
xs/MANIFEST
20
xs/MANIFEST
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue