Skip to content

Commit

Permalink
QmlProfiler: updated standalone app
Browse files Browse the repository at this point in the history
Using a stripped-down version of the profiler data structure.

Change-Id: I93a0b12462edea0ca8a1d0db42aa892aa2afc919
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
  • Loading branch information
Christiaan Janssen authored and Qt by Nokia committed Mar 13, 2012
1 parent d541fdc commit 1f76525
Show file tree
Hide file tree
Showing 11 changed files with 834 additions and 2,224 deletions.
11 changes: 1 addition & 10 deletions tools/qmlprofiler/constants.h
Expand Up @@ -54,15 +54,6 @@ const char CMD_RECORD2[] ="r";
const char CMD_QUIT[] ="quit";
const char CMD_QUIT2[] = "q";

const char TYPE_PAINTING_STR[] = "Painting";
const char TYPE_COMPILING_STR[] = "Compiling";
const char TYPE_CREATING_STR[] = "Creating";
const char TYPE_BINDING_STR[] = "Binding";
const char TYPE_HANDLINGSIGNAL_STR[] = "HandlingSignal";
const char PROFILER_FILE_VERSION[] = "1.02";

const int MIN_LEVEL = 1;

} // Contants
} // Constants

#endif // CONSTANTS_H

0 comments on commit 1f76525

Please sign in to comment.