Hi. What is the better way to mesure queries runtime? At http://localhost:7474/browser/ times vary a lot.
I tried in Java: long timeS = System.currentTimeMillis(); System.out.println(System.currentTimeMillis() - timeS + "ms"); System.out.println(resultS.dumpToString()); But does not like it works since different queries have the same runtime. Thank you -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
