MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / ExecutionPlan_Profile

Function ExecutionPlan_Profile

src/execution_plan/execution_plan.c:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516ResultSet *ExecutionPlan_Profile(ExecutionPlan *plan) {
517 _ExecutionPlan_InitProfiling(plan->root);
518 ResultSet *rs = ExecutionPlan_Execute(plan);
519 _ExecutionPlan_FinalizeProfiling(plan->root);
520 return rs;
521}
522
523//------------------------------------------------------------------------------
524// Execution plan free functions

Callers 1

_ExecuteQueryFunction · 0.85

Calls 3

ExecutionPlan_ExecuteFunction · 0.85

Tested by

no test coverage detected