Show node count from blog content-type by user has created

Here is the code but it doesn't display the count by individual user on profile

$count = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE type = 'blog' "));
 print("Blog post  : $count");

So drupaldudes please suggest some code