how to count unique operator and opernad,functionin and out
Posted: Thu Aug 31, 2006 5:57 am
using reg ex in php i was trying to count
1)unique number of operand used in whole program
2)unique number of operator used in whole program
3)total number of operand used in whole program
4)total number of operator used in whole program
along with it
how can i count
1)fan in
that is number of calls to the function(from others unique functions)
2)fan out
number of calls from the function(to others unique functions)
any ideas
thanks
1)unique number of operand used in whole program
2)unique number of operator used in whole program
3)total number of operand used in whole program
4)total number of operator used in whole program
along with it
how can i count
1)fan in
that is number of calls to the function(from others unique functions)
2)fan out
number of calls from the function(to others unique functions)
any ideas
thanks