I tried count(*), count(1), count(2), count(rowid) and count(PK) and the most expensive in my case was count(PK).
The rest were all equivalent.