TPEGFX/Notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Editor == == Testing == *[pchang] run GTest subset ** ./mach gtest Layers.* ** GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug //use debugger to debug GTest")
 
mNo edit summary
Line 4: Line 4:
** ./mach gtest Layers.*
** ./mach gtest Layers.*
** GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug  //use debugger to debug GTest
** GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug  //use debugger to debug GTest
== Misc ==
* [ethan] Canvas performance
** http://www.bilibili.com/video/av105005/

Revision as of 05:44, 29 November 2016

Editor

Testing

  • [pchang] run GTest subset
    • ./mach gtest Layers.*
    • GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug //use debugger to debug GTest

Misc