vento jovery count hover

Quero contar quanto tempo estou passando o mouse sobre um elemento htm

for eample

ligaçã

<a class="mylink">Check me Out !</a>

jquery

jQuery('.mylink').hover(function(){

//what should i do here to count
});

Desde já, obrigado