Go to file
Tovin Seven 33f85b2046 Fix syntax in JS, JSON indent with 4 spaces
template.html
- Fix syntax:
    + Add a lot of semi-colons after statements/function expressions
    + Add a lot of brackets in for/if section
- Change bracket notation -> dot notation (prefered in JS)
- Change case in CSS colors
- Change double quote to single quote
- Add closing span tag

commands.py
- Indent json with 4 spaces

Implements: blueprint update-html-template

Change-Id: Idad248c3b3f9570045efb1495b69614a60e3f733
2016-12-13 07:52:25 +00:00
2016-11-07 06:35:52 -06:00
2015-10-17 22:34:15 +00:00
2016-02-29 13:42:14 +08:00
2014-01-09 11:25:23 +04:00
2016-11-25 13:13:03 +01:00
2016-03-10 17:54:20 +08:00
2016-11-23 13:00:30 +05:30

Team and repository tags

image

OSProfiler -- Library for cross-project profiling library

Latest Version

Downloads

OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues).

Description
OpenStack cross service/project profiler
Readme 4.9 MiB
Languages
Python 93.2%
HTML 4.9%
Shell 1.9%