~afrantzis/mir/fix-1462088-cursor-api-through-nested-test

« back to all changes in this revision

Viewing changes to benchmarks/mir_perf_framework/common.py

  • Committer: Tarmac
  • Author(s): Alexandros Frantzis
  • Date: 2015-06-29 09:40:43 UTC
  • mfrom: (2694.6.2 mir-perf-framework-doc)
  • Revision ID: tarmac-20150629094043-k03ghbcka6fzts4u
doc,benchmarks: Add documentation for the Mir performance framework.

Approved by Daniel van Vugt, Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
unique_server_socket_path.server_count = 0
19
19
 
20
20
def unique_lttng_session_name():
21
 
    return "mir_perf_lttng_" + str(os.getppid()) + "_" + random_str
 
21
    return "mir_perf_lttng_" + str(os.getpid()) + "_" + random_str