[jQuery] which query is most efficient?

[jQuery] which query is most efficient?


is there a difference in performance for these two:
$('p span')
$('p').find('span')
while, I'm on the subject, what's a good way to test performance of
queries (and scripts in general)
thanks
--dave