mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
oops - reenable
This commit is contained in:
@@ -4488,7 +4488,7 @@ p2r_bake(Arena *arena, P2R_Convert2Bake *in)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: UDTs
|
// rjf: UDTs
|
||||||
if(0) ProfScope("kick off udts string map build tasks")
|
ProfScope("kick off udts string map build tasks")
|
||||||
{
|
{
|
||||||
U64 items_per_task = 4096;
|
U64 items_per_task = 4096;
|
||||||
U64 num_tasks = (in_params->udts.total_count+items_per_task-1)/items_per_task;
|
U64 num_tasks = (in_params->udts.total_count+items_per_task-1)/items_per_task;
|
||||||
@@ -4520,7 +4520,7 @@ p2r_bake(Arena *arena, P2R_Convert2Bake *in)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: symbols
|
// rjf: symbols
|
||||||
if(0) ProfScope("kick off symbols string map build tasks")
|
ProfScope("kick off symbols string map build tasks")
|
||||||
{
|
{
|
||||||
RDIM_SymbolChunkList *symbol_lists[] =
|
RDIM_SymbolChunkList *symbol_lists[] =
|
||||||
{
|
{
|
||||||
@@ -4561,7 +4561,7 @@ p2r_bake(Arena *arena, P2R_Convert2Bake *in)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: scope chunks
|
// rjf: scope chunks
|
||||||
if(0) ProfScope("kick off scope chunks string map build tasks")
|
ProfScope("kick off scope chunks string map build tasks")
|
||||||
{
|
{
|
||||||
U64 items_per_task = 4096;
|
U64 items_per_task = 4096;
|
||||||
U64 num_tasks = (in_params->scopes.total_count+items_per_task-1)/items_per_task;
|
U64 num_tasks = (in_params->scopes.total_count+items_per_task-1)/items_per_task;
|
||||||
|
|||||||
Reference in New Issue
Block a user