Removed shiny profiler. The Shiny profiler was only working on MSVC
and nowadays the sampling profiler inside Visual Studio is better.
This commit is contained in:
parent
51cfec55cf
commit
7e77048593
38 changed files with 142 additions and 2989 deletions
|
@ -127,7 +127,7 @@ static struct RunOnInit {
|
|||
|
||||
void disable_multi_threading()
|
||||
{
|
||||
// Disable parallelization so the Shiny profiler works
|
||||
// Disable parallelization to simplify debugging.
|
||||
#ifdef TBB_HAS_GLOBAL_CONTROL
|
||||
{
|
||||
static tbb::global_control gc(tbb::global_control::max_allowed_parallelism, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue