1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Reduce BeefPerf calls

This commit is contained in:
Brian Fiete 2022-05-06 12:03:39 -07:00
parent d623c21495
commit c750ed076c
3 changed files with 8 additions and 8 deletions

View file

@ -3289,7 +3289,7 @@ void BfModule::VisitCodeBlock(BfBlock* block, BfIRBlock continueBlock, BfIRBlock
void BfModule::VisitCodeBlock(BfBlock* block)
{
BP_ZONE("BfModule::VisitCodeBlock");
//BP_ZONE("BfModule::VisitCodeBlock");
BfAutoParentNodeEntry autoParentNodeEntry(this, block);
@ -3852,7 +3852,7 @@ void BfModule::Visit(BfIfStatement* ifStmt)
void BfModule::Visit(BfVariableDeclaration* varDecl)
{
BP_ZONE("BfModule::Visit(BfVariableDeclaration)");
//BP_ZONE("BfModule::Visit(BfVariableDeclaration)");
UpdateSrcPos(varDecl);