How to know count 'Profile Page' ?

Permalink
Hi dear,
i enable profile feature,
but now i want to know how many times this profile has ben viewed by other?


i try this, but no result
$cID = 7;
Loader::model('page_statistics');
echo PageStatistics::getTotalPageViews($cID);


when i see in tabel PageStatistics, there is no cID = '7', but i know for sure the profile page id is '7'(without quote)
print_r($c);

is there a way?



thanks

fastcrash