if (hstore_conf.site.exec_profiling) {
PartitionExecutorProfiler lastProfiler = this.lastExecMeasurements.get(executor);
PartitionExecutorProfiler nextProfiler = new PartitionExecutorProfiler();
invokedTxns.put(partition, (int)profiler.txn_time.getInvocations());
AbstractProfiler profilers[] = { profiler, lastProfiler, nextProfiler, total };
for (ProfileMeasurement pm : profilers[0].getProfileMeasurements()) {
String name = pm.getName();
ProfileMeasurement inner[] = new ProfileMeasurement[profilers.length];
for (int i = 0; i < profilers.length; i++) {
if (profilers[i] != null) {