Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4profiling_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include <QtQml/private/qv4global_p.h>
#include "qv4engine_p.h"
#include "qv4function_p.h"
#include <QElapsedTimer>
Include dependency graph for qv4profiling_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QV4::Profiling::Profiler
class  QV4::Profiling::FunctionCallProfiler

Namespaces

namespace  QV4
namespace  QV4::Profiling

Macros

#define Q_V4_PROFILE_ALLOC(engine, size, type)
#define Q_V4_PROFILE_DEALLOC(engine, size, type)

Macro Definition Documentation

◆ Q_V4_PROFILE_ALLOC

#define Q_V4_PROFILE_ALLOC ( engine,
size,
type )
Value:
#define Q_UNUSED(x)
QJSEngine engine
[0]

Definition at line 27 of file qv4profiling_p.h.

◆ Q_V4_PROFILE_DEALLOC

#define Q_V4_PROFILE_DEALLOC ( engine,
size,
type )
Value:

Definition at line 28 of file qv4profiling_p.h.