View Single Post
  #1  
Old 09-21-2006, 05:44 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Function Profiler: Switches

Quick question, would it be possible to allow the function profiler to count each case of a switch as a function?

A lot of scripts have many, many actions dealt with in the 'onActionServerside' function. Each action is seperated by a case, so it doesn't help us very much since all it gives is the CPU usage of the onActionServerside function as a whole.
Reply With Quote