I have read an interesting article about css selector profiling but I haven't found any way how to actually enable this feature. Is there something I am completely missing ?
3 Answers
The CSS Selector Profiler was removed from Chrome 30:
CSS selector matching is now reasonably fast for the absolute majority of common selectors that used to be slow at the time of the profiler implementation. This time is also included into the Timeline "Recalculate Style" event.
As such, I believe the CSS selector profiler is not as useful as it [might have been] used to and can safely be dropped. This will also reduce the fraction of developers trying to micro-optimize already fast selectors.
Just in case anyone still needs the CSS selector profiler, you can find it in the Web Inspector of, I believe, any Webkit-based browser except Safari (Falkon (formerly known as Qupzilla) is just one example).

- 141,631
- 28
- 261
- 374

- 31,598
- 5
- 67
- 93
This Answer is no longer valid. Please refer to Johns answer.
Im on Chrome 18.something Dev and its there under Developer Tools. Click the wrench / Tools / Developer Tools and then click the Profile tab....now to learn what it all means ;)

- 8,366
- 2
- 34
- 27
-
that was it - I had the normal version 16.something, thanks ;) – Tomas Vana Jan 17 '12 at 11:34
-
I just updated to latest chrome (30.something) and seem to have lost the CSS profiler :( – spilliton Oct 11 '13 at 01:08
-
@AlexandruRada What happens in a case like this?...any idea? I guess its up to the original poster to remove my tick and give it to John...Ill edit my answer to reflect this. – PAEz Nov 12 '13 at 13:37