Turn Profiler.startTypeProfile on and off.

function g(/*Object*/a, /*Array*/b, /*null*/c) {
  return 'bye';
/*string*/};
g({}, [], null);

[
]