Custom metrics: Issue with performance.getEntries()

In the code to calculate a custom metrics I can call performance.getEntries();
The array I got back is incomplete, it only contains Entries of Type PerformanceNavigationTiming and PerformancePaintTiming; Entries of Type PerformanceMark and PerformanceMeasure are missing completely.

Is this a bug?