summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qscriptengine
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Add benchmark for QtScript translation functions.Michael Brasser2009-12-111-0/+21
|
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-1/+18
| | | | | | | | | | | QScriptProgram encapsulates a Qt Script program (AKA a script). It retains the compiled representation of the script, so that repeated evaluation of the same script becomes faster. An overload of QScriptEngine::evaluate() that takes a QScriptProgram has been added. Reviewed-by: Olivier Goffart
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Make simple function getters inlineOlivier Goffart2009-08-121-0/+17
|
* add some benchmarks for QScriptEngine and QScriptValueKent Hansen2009-08-122-0/+236