This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| block = (16, 16) | |
| grid = (64, 64) | |
| Init: 14.719000 | |
| MemAlloc: 0.052000 | |
| DataInit: 11.082000 | |
| HtoD: 4.551000 | |
| KernConf: 0.002000 | |
| Exec: 3.039000 | |
| DtoH: 2.405000 | |
| DataRead: 2.811000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| block = (16, 16) | |
| grid = (64, 64) | |
| [gdev] [cuInit] 0ms (255us) | |
| [gdev] [cuDeviceGet] 0ms (2us) | |
| [gdev] [cuCtxCreate] 24ms (24232us) | |
| [gdev] [cuModuleLoad] 15ms (15124us) | |
| [gdev] [cuModuleGetFunction] 0ms (3us) | |
| Init: 39.855999 | |
| MemAlloc: 1.500000 | |
| DataInit: 8.263000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Copyright (C) 2014 Yusuke Suzuki <utatane.tea@gmail.com> | |
| Redistribution and use in source and binary forms, with or without | |
| modification, are permitted provided that the following conditions are met: | |
| * Redistributions of source code must retain the above copyright | |
| notice, this list of conditions and the following disclaimer. | |
| * Redistributions in binary form must reproduce the above copyright | |
| notice, this list of conditions and the following disclaimer in the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>promise-tests</title> | |
| <script src="js-test-pre.js"></script> | |
| </head> | |
| <body> | |
| <div id=console></div> | |
| <script> | |
| jsTestIsAsync = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " .lvimrc for Chromium | |
| " vim: set ft=vim: | |
| setl expandtab | |
| setl tabstop=2 | |
| setl softtabstop=2 | |
| setl shiftwidth=2 | |
| setlocal textwidth=80 | |
| setlocal colorcolumn=+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " .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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " .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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |