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

(ff8c6222e4e0716683705412d82c6a368ccd6c80)

#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 26 of file qv4profiling_p.h.

◆ Q_V4_PROFILE_DEALLOC

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

Definition at line 27 of file qv4profiling_p.h.