I think there is a problem in c_trace

When I write code like this : c_trace(my.x,vector(my.x,my.y,my.z - 4000),IGNORE_ME|IGNORE_PASSABLE|USE_POLYGON|USE_BOX);

game fps decreased

But when i delete this "USE_POLYGON|USE_BOX"
the FPS be good

Why !!