Skip to content

Commit 3d5dede

Browse files
committed
Refactored policy profiler
Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent f99ee82 commit 3d5dede

File tree

4 files changed

+132
-115
lines changed

4 files changed

+132
-115
lines changed

cf-agent/cf-agent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ int main(int argc, char *argv[])
327327

328328
EvalContextProfilingStart(ctx);
329329
KeepPromises(ctx, policy, config);
330-
EvalContextProfilingEnd(ctx, policy);
330+
EvalContextProfilingEnd(ctx);
331331

332332
if (EvalAborted(ctx))
333333
{

0 commit comments

Comments
 (0)