Polys in the screen

OpenGL have any function to know how many polys I render in each frame??

Nope, you must count them yourself.

If you need it only for evaluation, you may utilize the selection buffer for this purpose. See glRenderMode and glSetSelectionBuffer for more details.

Hope, that helps,
Andreas “SunSailor” Podgurski