Skip to content

Instantly share code, notes, and snippets.

block = (16, 16)
grid = (64, 64)
[gdev] Opened gdev0
[gdev] Closed gdev0
Init: 29.129000
MemAlloc: 0.073000
DataInit: 8.290000
HtoD: 5.009000
KernConf: 0.007000
Exec: 3.069000
block = (16, 16)
grid = (64, 64)
[gdev] Opened gdev0
[gdev] Closed gdev0
Init: 58.306000
MemAlloc: 1.606000
DataInit: 6.666000
HtoD: 102.967003
KernConf: 0.008000
Exec: 3.605000
block = (16, 16)
grid = (64, 64)
[gdev] Opened gdev0
[gdev] Closed gdev0
Init: 67.649002
MemAlloc: 1.897000
DataInit: 5.724000
HtoD: 16.565001
KernConf: 0.008000
Exec: 3.638000
# PVDRM
block = (16, 16)
grid = (64, 64)
[gdev] Opened gdev0
[gdev] Closed gdev0
Init: 53.491001
MemAlloc: 1.732000
DataInit: 5.712000
HtoD: 8.101000
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1948fa9..392decf 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2014-09-12 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ CSS JIT: Apply CSS JIT to SelectorQuery with multiple selectors
+ https://bugs.webkit.org/show_bug.cgi?id=135255
+
" .lvimrc for WebKit
" vim: set ft=vim:
setl expandtab
setl tabstop=4
setl softtabstop=4
setl shiftwidth=4
setl textwidth=0
setl colorcolumn=
setl nowrap
" .lvimrc for Linux kernel
" vim: set ft=vim:
setl noexpandtab
setl tabstop=8
setl softtabstop=8
setl shiftwidth=8
setl textwidth=0
setl colorcolumn=
setl nowrap
" .lvimrc for Chromium
" vim: set ft=vim:
setl expandtab
setl tabstop=2
setl softtabstop=2
setl shiftwidth=2
setlocal textwidth=80
setlocal colorcolumn=+1
<!DOCTYPE HTML>
<html>
<head>
<title>promise-tests</title>
<script src="js-test-pre.js"></script>
</head>
<body>
<div id=console></div>
<script>
jsTestIsAsync = true;
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
// http://wiki.commonjs.org/wiki/Unit_Testing/1.0
//
// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
//
// Originally from narwhal.js (http://narwhaljs.org)
// Copyright (c) 2009 Thomas Robinson <280north.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the 'Software'), to