Add lapse for loading glyph names

With ipagp.ttf this takes 9 seconds!  Should figure out something later.
diff --git a/pyotlss.py b/pyotlss.py
index a3f6e5b..a2b0aaf 100755
--- a/pyotlss.py
+++ b/pyotlss.py
@@ -875,6 +875,7 @@
 				print "Added .notdef glyph to subset"
 
 	names = font.getGlyphNames()
+	lapse ("loading glyph names")
 	# Convert to glyph names
 	glyph_names = []
 	cmap_tables = None