Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)   Q_UNUSED(engine)
 
#define Q_V4_PROFILE_DEALLOC(engine, size, type)   Q_UNUSED(engine)
 

Macro Definition Documentation

◆ Q_V4_PROFILE_ALLOC

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

◆ Q_V4_PROFILE_DEALLOC