com presentations: tweaks: singapore18.html slides/intro/phpspy.xml

[email protected] (Rasmus Lerdorf) Mon, 17 Sep 2018 13:59:04 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    b60a8cc5c2f0489e3dccb6a314eb7715a96e13a0
Author:    Rasmus Lerdorf <[email protected]>         Mon, 17 Sep 2018 06:59:04 -0700
Parents:   8b0ec087325c885e188fac1fba2e3288f92caf38
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=b60a8cc5c2f0489e3dccb6a314eb7715a96e13a0

Log:
tweaks

Changed paths:
  M  singapore18.html
  M  slides/intro/phpspy.xml


Diff:
diff --git a/singapore18.html b/singapore18.html
index 920991d..cae72a7 100644
--- a/singapore18.html
+++ b/singapore18.html
@@ -688,9 +688,11 @@ Phan error: TypeError: PhanTypeMismatchArgument: Argument 3 (shaped) is array{ma
 	<section>
 		<section id="phpspy">
 		<h1 style="text-align:center;">phpspy</h1>
+		<p class="p" style="font-size:1.1em;text-align:center;">Low-overhead sampling profiler</p>
+		<div align="center" style="font-size: 1em; color: ; text-align: center; margin-left: ; margin-right: ; margin-top: ; margin-bottom: ;"><a href="https://github.com/adsr/phpspy" target="">https://github.com/adsr/phpspy</a></div>
 		</section>
 <section id="spy1">
-		<p class="p" style="font-size:1.1em;text-align:left;">Low-overhead sampling profiler</p>
+		<p class="p" style="font-size:1.1em;text-align:left;">Sample frequency in nanoseconds</p>
 		<pre><code class="shell nohighlight" data-trim style="font-size:0.9em;" >$ phpspy -s 200000000 -- php -r 'sleep(1);' 
 0 sleep &lt;internal&gt;:-1
 1 &lt;main&gt; &lt;internal&gt;:-1
diff --git a/slides/intro/phpspy.xml b/slides/intro/phpspy.xml
index 013689f..81eb2c1 100644
--- a/slides/intro/phpspy.xml
+++ b/slides/intro/phpspy.xml
@@ -1,9 +1,11 @@
 <slide title="" section="phpspy">
 
 <blurb fontsize="20em" align="center">phpspy</blurb>
+<blurb fontsize="1.1em" align="center">Low-overhead sampling profiler</blurb>
+<link fontsize="1em" align="center" href="https://github.com/adsr/phpspy">https://github.com/adsr/phpspy</link>
 
 <break lines="1" section="spy1"/>
-<blurb fontsize="1.1em" align="left">Low-overhead sampling profiler</blurb>
+<blurb fontsize="1.1em" align="left">Sample frequency in nanoseconds</blurb>
 
 <example fontsize="0.9em" result='0' title="" type="shell nohighlight"><![CDATA[
 $ phpspy -s 200000000 -- php -r 'sleep(1);'