Searched refs:profilingPointQuery (Results 1 – 4 of 4) sorted by relevance
151 Query profilingPointQuery = in updatePerformanceSummary() local162 .prepare(profilingPointQuery) in updatePerformanceSummary()
173 Query profilingPointQuery = in processProfilingPoints() local178 Iterable<Entity> profilingPoints = datastore.prepare(profilingPointQuery).asIterable(); in processProfilingPoints()
120 Query profilingPointQuery = in doGetHandler() local131 .prepare(profilingPointQuery) in doGetHandler()
245 Query profilingPointQuery = in doGetHandler() local250 for (Entity e : datastore.prepare(profilingPointQuery).asIterable()) { in doGetHandler()